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
Im using caffe with gpu from docker (caffe version 1.0.0) And I get the follwing error:
root@f388bca8865f:/fusionseg# python fusionseg.py appearance jpg ./sample/ WARNING: Logging before InitGoogleLogging() is written to STDERR W0302 12:35:03.005851 622 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface W0302 12:35:03.005897 622 _caffe.cpp:140] Use this instead (with the named "weights" parameter): W0302 12:35:03.005903 622 _caffe.cpp:142] Net('/fusionseg/models/appearance/deploy.prototxt', 1, weights='/fusionseg/models/appearance/appearance_stream.caffemodel') [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 7244:14: Message type "caffe.LayerParameter" has no field named "interp_param". F0302 12:35:03.010118 622 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /fusionseg/models/appearance/deploy.prototxt *** Check failure stack trace: *** Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Im using caffe with gpu from docker (caffe version 1.0.0)
And I get the follwing error:
root@f388bca8865f:/fusionseg# python fusionseg.py appearance jpg ./sample/
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0302 12:35:03.005851 622 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface
W0302 12:35:03.005897 622 _caffe.cpp:140] Use this instead (with the named "weights" parameter):
W0302 12:35:03.005903 622 _caffe.cpp:142] Net('/fusionseg/models/appearance/deploy.prototxt', 1, weights='/fusionseg/models/appearance/appearance_stream.caffemodel')
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 7244:14: Message type "caffe.LayerParameter" has no field named "interp_param".
F0302 12:35:03.010118 622 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /fusionseg/models/appearance/deploy.prototxt
*** Check failure stack trace: ***
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: