(1) getting the data is not working, I get the error:
./examples/mnist/create_mnist.sh: line 16: build/examples/mnist/convert_mnist_data.bin: No such file or directory
./examples/mnist/create_mnist.sh: line 18: build/examples/mnist/convert_mnist_data.bin: No such file or directory
It looks that the convert_mnist_data.bin is not available for the windows code (Microsoft branch).
(2) I managed to get the data from the link
import caffe
caffe.set_mode_cpu()
solver = caffe.SGDSolver('mnist/lenet_auto_solver.prototxt')
the solver doesn't get created, it restarts the python shell.
I would appreciated your help to solve this issue.
Thanks!