aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/models/image/cifar10/README.md
blob: 67877aedc01977d3b019d2d00f9fc5012056a767 (plain)
1
2
3
4
5
6
7
8
9
10
CIFAR-10 is a common benchmark in machine learning for image recognition.

http://www.cs.toronto.edu/~kriz/cifar.html

Code in this directory demonstrates how to use TensorFlow to train and evaluate a convolutional neural network (CNN) on both CPU and GPU. We also demonstrate how to train a CNN over multiple GPUs.

Detailed instructions on how to get started available at:

http://tensorflow.org/tutorials/deep_cnn/