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 ./TerrainRL_Optimizer -arg_file= args/opt_args_train_mace.txt command, it shows :
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 14:19: Message type "caffe.MemoryDataParameter" has no field named "label_size".
F0522 8:48:02.638092 14423 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: data/policies/dog/nets/dog_mace3_train.prototxt
what the problem it may be ?
The text was updated successfully, but these errors were encountered:
We've made some modification to caffe layers which are available in caffe_mods/ directory. You'll need to merge those changes with the files in caffe and rebuild caffe.pb.h
When I run ./TerrainRL_Optimizer -arg_file= args/opt_args_train_mace.txt command, it shows :
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 14:19: Message type "caffe.MemoryDataParameter" has no field named "label_size".
F0522 8:48:02.638092 14423 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: data/policies/dog/nets/dog_mace3_train.prototxt
what the problem it may be ?
The text was updated successfully, but these errors were encountered: