如何使用caffe训练MNIST后得到的lenet_iter_10000文件

根据caffe官网的说明:
The final model, stored as a binary protobuf file, is stored at

lenet_iter_10000

which you can deploy as a trained model in your application, if you are training on a real-world application dataset.

是说训练完成后的模型,存在这个lenet_iter_10000文件里,之后就可以deploy在自己的程序里。。
可是怎么使用这个文件呢?

这个看你自己用途啦,就像其他caffemodel一样可以用于分类等

你所有的问题可以在这里找到答案

http://www.cnblogs.com/denny402/p/5685909.html

时间太长了,我不知道你是不是已经解决了,

希望有所帮助