Last active
August 29, 2015 14:05
-
-
Save lelayf/0337fc443ee8f68b3041 to your computer and use it in GitHub Desktop.
Predict MNIST figures with Caffe trained model - Step 2 Launch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# save in $CAFFE_ROOT/examples/mnist | |
../../python/classify.py --model_def ./lenet.prototxt --pretrained_model ./lenet_iter_10000 --mean_file='' --images_dim 28,28 --gpu --channel_swap '0' ~/lehedge/mnist-predict-100-twos.npy foo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment