-
(caffe) layer 추가 후 libprotobuf ERRORtool 2016. 8. 13. 19:02
affe에서 layer 추가 후 에러에 아래 메세지 나오면...
libprotobuf ERROR google/protobuf/text_format.cc ~~ XXXParameter not defined라는 내용의 설명 ~~~
$cd $CAFFE_ROOT
$make clean
$make all
$make python
$python
>> import caffe
>> import caffe.proto.caffe_pb2 as pb
>> dir(pb2) # check whether the myLayerParameter is listed