How to train and test LeNet using caffe using python

▼魔方 西西 提交于 2020-01-07 02:45:06

问题


I am new to caffe and Machine learning algorithms. Are there any tutorials to train and TEST LeNet on the MNIST data using caffe and python 2.7(preferably). Thanks


回答1:


There's caffe's ipython notebook example Learning LeNet.

The code is not limited to ipython notebook (although easier to navigate). You can copy them into the python interpreter and run them there.



来源:https://stackoverflow.com/questions/35151739/how-to-train-and-test-lenet-using-caffe-using-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!