lim0606 / caffe-googlenet-bn

re-implementation of googlenet batch normalization
131 stars 77 forks source link

Update deploy.suffix and deploy.prototxt #10

Open miquelmarti opened 7 years ago

miquelmarti commented 7 years ago

I don't know about your custom caffe but layers is not being used anymore in Caffe, see this, just in case someone else tried to use your model and found this error.

Gave following error when trying to read prototxt file:

[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 3105:9: Expected integer or identifier.
F0110 17:22:46.861500 17622 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: caffe-googlenet-bn/deploy.prototxt

Thanks for training it!