caffe2_cpp_tutorial icon indicating copy to clipboard operation
caffe2_cpp_tutorial copied to clipboard

download_resource.sh make_mnist_db does not find.

Open i-chaochen opened this issue 7 years ago • 0 comments

Hi, when I build this tutorial, I failed due to download_resource hasn't make_mnist_db command.

Any idea?

Thanks!

$ make -- Configuring done -- Generating done -- Build files have been written to: ~/caffe2_cpp_tutorial-master downloading test image (2) ############################################################################################################################################################################################################## 100.0% ############################################################################################################################################################################################################## 100.0% downloading Squeezenet model (2) ############################################################################################################################################################################################################## 100.0% #=O=# # #
downloading MNIST train data (2) ############################################################################################################################################################################################################## 100.0% ############################################################################################################################################################################################################## 100.0% ./script/download_resource.sh: line 19: make_mnist_db: command not found make[1]: Entering directory '~/caffe2_cpp_tutorial-master/build' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory '~/caffe2_cpp_tutorial-master/build' Makefile:4: recipe for target 'all' failed make: *** [all] Error 2

i-chaochen avatar Nov 14 '18 16:11 i-chaochen