-
Notifications
You must be signed in to change notification settings - Fork 94
Description
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/caffe2_cpp_tutorial-master/build'
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 '
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