MXNetToCaffeConverter icon indicating copy to clipboard operation
MXNetToCaffeConverter copied to clipboard

Code to convert a MXNet model into Caffe (C++)

Results 6 MXNetToCaffeConverter issues
Sort by recently updated
recently updated
newest added

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!

which caffe version do you use? the latest version caffe does not work for me.

run the command,receive this error: Segmentation fault core dump

Cannot make, also some of the paths and includes are wrong, nnvm, mxnet Using IOS

Hi @pertusa I use Atlas as BLAS and my caffe is installed in virtualenv. When i ran make,I got: g++ objs/mxnet_to_caffe.o objs/mxnet_my_c_predict_api.o -lm -lboost_serialization -lboost_filesystem -fopenmp -Wl,--whole-archive /home/jason/download/caffe/caffe-master/build/lib/libcaffe.a -Wl,--no-whole-archive -lprotobuf...

Hi, I tried installing your converter, but I keep on running into the following error: ``` Linking: mxnet_to_caffe g++ objs/mxnet_to_caffe.o objs/mxnet_my_c_predict_api.o -lm -lboost_serialization -lboost_filesystem -fopenmp -Wl,--whole-archive /home/rg203/work/caffe/build/lib/libcaffe.a -Wl,--no-whole-archive -lprotobuf -lglog...