Skip to content

SunnyBingoMe/caffe-mnist-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You may see that it's hard to find any document about how to use the trained model of MNIST in caffe project. If this script helps you, pls give us a star or msg, thanks!

Installing Caffe

dmml.nu/caffe-install

Example Usage

python2 mnist_test.py 2.png (jpg also works)

Result:

Note

  • written in python 2
  • you may want to change Caffe_Root in mnist_test.py if you installed somewhere else
  • the test is running on GPU by default, you can change caffe.set_mode_gpu() to caffe.set_mode_cpu() if necessary

2017

by 9crk & SunnyBingoMe

About

just test the mnist in caffe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%