Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error parsing text-format caffe.NetParameter #4429

Closed
kazunaritakeichi opened this issue Jul 7, 2016 · 1 comment
Closed

Error parsing text-format caffe.NetParameter #4429

kazunaritakeichi opened this issue Jul 7, 2016 · 1 comment

Comments

@kazunaritakeichi
Copy link

kazunaritakeichi commented Jul 7, 2016

I tried an example(https://github.com/pulkitag/ief) and got the error below.

[libprotobuf ERROR google/protobuf/text_format.cc:245] Error parsing text-format caffe.NetParameter: 133:28: Message type "caffe.PoolingParameter" has no field named "round_below".
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0708 03:12:45.061872 17362 upgrade_proto.cpp:932] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: models/vgg_s.prototxt
*** Check failure stack trace: ***

This issue is similar to #3947 .
I use the latest caffe.

My environment is below.
Ubuntu 14.04+CUDA7.0+cudnn4.0

Thank you in advance.

@seanbell
Copy link

seanbell commented Jul 7, 2016

There is no parameter round_below in the BVLC/master branch of caffe. Please ask the author of the example you found.

From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:

Please do not post usage, installation, or modeling questions, or other requests for help to Issues.
Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.

@seanbell seanbell closed this as completed Jul 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants