Closed buliginleo closed 7 years ago
Hello! I use python 2.7 and compiled distribution of caffe. I try to run: net = caffe.Net('places_model/deploy_googlenet_places365.prototxt', caffe.TEST) But I get error:
net = caffe.Net('places_model/deploy_googlenet_places365.prototxt', caffe.TEST)
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 7:1: Expected identifier. F0912 12:11:03.998572 19221 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: places_model/deploy_googlenet_places365.prototxt Check failure stack trace:
I open proto file and dont found some syntax error. What I can do to fix this? Thank you.
Sorry, when I download deploy through wget, I downloaded html file :)
Hello! I use python 2.7 and compiled distribution of caffe. I try to run:
net = caffe.Net('places_model/deploy_googlenet_places365.prototxt', caffe.TEST)
But I get error:I open proto file and dont found some syntax error. What I can do to fix this? Thank you.