Tencent / ncnn

ncnn is a high-performance neural network inference framework optimized for the mobile platform
Other
20.38k stars 4.16k forks source link

"caffe.BatchNormParameter" has no field named "scale_filler" #177

Closed TonTonTWMAN closed 5 years ago

TonTonTWMAN commented 6 years ago

[libprotobuf ERROR google/protobuf/text_format.cc:288] Error parsing text-format caffe.NetParameter: 47:18: Message type "caffe.BatchNormParameter" has no field named "scale_filler". read_proto_from_text failed

这是用 nvdia 的 DIGITS 训练完汇出 deploy.prototxt 跟 snapshot_iter_1398900.caffemodel 遇上的问题

有查了一下资料,似乎是因为 nvdia 的 caffe 版本不太一样,但是我安装的 caffe 不是 nvdia DIGITS 里提供的,请问是否有解决方法 ?

谢谢 !

sj842166947 commented 6 years ago

我也遇到了这个问题,请问你解决了吗?

nihui commented 5 years ago

建议使用官方的caffe或者ssd分支训练 nvidia caffe 看起来版本比较旧