MXNetToCaffeConverter
MXNetToCaffeConverter copied to clipboard
make error
i had chaned the paths. when i run "make", the error as: #include "caffe/proto/caffe.pb.h" ^ compilation terminated. make: *** [objs/mxnet_to_caffe.o] error 1
what is the reason? Thank you!
In Caffe you need to generate caffe.pb.h manually using protoc. In the directory you installed Caffe:
protoc src/caffe/proto/caffe.proto --cpp_out=. mkdir include/caffe/proto mv src/caffe/proto/caffe.pb.h include/caffe/proto
Do as u say, error does not occur. But, other error is happend.
./src/mxnet_my_c_predict_api.cpp:11:28: fatal error: mxnet/symbolic.h: no file or directory #include <mxnet/symbolic.h> ^ compilation terminated. make: *** [objs/mxnet_my_c_predict_api.o] error 1
@abner2015 I have the same problem. Have you solved it? thank you
@zhengzhugithub Not yet !