Neal Wu 0b2c5ba296 Merge pull request #1112 from zym1010/issue1083 před 8 roky
..
BUILD 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models před 9 roky
README.md 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models před 9 roky
__init__.py 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct před 9 roky
cifar10.py dac6755b12 Update cifar10.py před 8 roky
cifar10_eval.py 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct před 9 roky
cifar10_input.py 337c66ed3f Updated summaries in the tutorial models to 1.0 před 8 roky
cifar10_input_test.py 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct před 9 roky
cifar10_multi_gpu_train.py 00ffa603f2 Manually fixed many occurrences of tf.concat před 8 roky
cifar10_train.py 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct před 9 roky

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/