We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: [libprotobuf ERROR google/protobuf/text_format.cc:298] Error parsing text-format caffe.NetParameter: 24:3: Unknown enumeration value of "IMAGE_SEG_DATA" for field "type". F0108 22:52:08.534060 8636 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: exper/voc12/config/DeepLab-LargeFOV/train_train_aug.prototxt
Do you mean our caffe version doesn't match your code? So, how to get your cafffe package?
The text was updated successfully, but these errors were encountered:
"IMAGE_SEG_DATA" should be "ImageSegData". Also "CONVOLUTION", "RELU", etc. Please check the source files and your prototxt files. See https://groups.google.com/forum/#!topic/caffe-users/O8lSpI-DOQY
Sorry, something went wrong.
@Mozitao I did that and still the problem exists.
No branches or pull requests
error:
[libprotobuf ERROR google/protobuf/text_format.cc:298] Error parsing text-format caffe.NetParameter: 24:3: Unknown enumeration value of "IMAGE_SEG_DATA" for field "type".
F0108 22:52:08.534060 8636 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: exper/voc12/config/DeepLab-LargeFOV/train_train_aug.prototxt
Do you mean our caffe version doesn't match your code? So, how to get your cafffe package?
The text was updated successfully, but these errors were encountered: