You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run "python main.py generate_pr",I got this error:
Working on saw_pixelnet (path: saw/saw_pixelnet-614)...
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0731 18:52:34.956928 2536 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface
W0731 18:52:34.956959 2536 _caffe.cpp:140] Use this instead (with the named "weights" parameter):
W0731 18:52:34.956965 2536 _caffe.cpp:142] Net('saw/saw_pixelnet-614/deploy.prototxt', 1, weights='saw/saw_pixelnet-614/snapshot.caffemodel')
[libprotobuf ERROR google/protobuf/text_format.cc:245] Error parsing text-format caffe.NetParameter: 500:23: Message type "caffe.LayerParameter" has no field named "rand_cat_conv_param".
F0731 18:52:34.958628 2536 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: saw/saw_pixelnet-614/deploy.prototxt
*** Check failure stack trace: ***
Can you help me?
The text was updated successfully, but these errors were encountered:
when I run "python main.py generate_pr",I got this error:
Working on saw_pixelnet (path: saw/saw_pixelnet-614)...
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0731 18:52:34.956928 2536 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface
W0731 18:52:34.956959 2536 _caffe.cpp:140] Use this instead (with the named "weights" parameter):
W0731 18:52:34.956965 2536 _caffe.cpp:142] Net('saw/saw_pixelnet-614/deploy.prototxt', 1, weights='saw/saw_pixelnet-614/snapshot.caffemodel')
[libprotobuf ERROR google/protobuf/text_format.cc:245] Error parsing text-format caffe.NetParameter: 500:23: Message type "caffe.LayerParameter" has no field named "rand_cat_conv_param".
F0731 18:52:34.958628 2536 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: saw/saw_pixelnet-614/deploy.prototxt
*** Check failure stack trace: ***
Can you help me?
The text was updated successfully, but these errors were encountered: