Neal Wu 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 tahun lalu
..
BUILD 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 tahun lalu
README.md 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 tahun lalu
__init__.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 tahun lalu
cifar10.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 tahun lalu
cifar10_eval.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 tahun lalu
cifar10_input.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 tahun lalu
cifar10_input_test.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 tahun lalu
cifar10_multi_gpu_train.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 tahun lalu
cifar10_train.py 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 tahun lalu

README.md

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/