aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/models/image/cifar10/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/models/image/cifar10/README.md')
-rw-r--r--tensorflow/models/image/cifar10/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/tensorflow/models/image/cifar10/README.md b/tensorflow/models/image/cifar10/README.md
new file mode 100644
index 0000000000..67877aedc0
--- /dev/null
+++ b/tensorflow/models/image/cifar10/README.md
@@ -0,0 +1,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/
+