Caffe文件solver.prototxt没有为bvlc_reference_caffenet.caffemodel提供密钥

时间:2017-10-04 17:15:39

标签: caffe

我正在试图编译以下模型:

http://manutdzou.github.io/2016/12/27/FCN-segmentation.html

但是我得到了这个错误:

-------> KeyError:'fc6_my'

我期待:solver.net.params.keys()

我得到输出:odict_keys([])

我不知道为什么没有为该对象提供密钥:solver.net.params

1 个答案:

答案 0 :(得分:0)

图层名称实际上是在模型定义文件中指定的,即通常是train_val.prototxt,但不在solver.prototxt中。