问题
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