How To Train And Test Lenet Using Caffe Using Python
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
Solution 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.
Post a Comment for "How To Train And Test Lenet Using Caffe Using Python"