Neal Wu 0505b99c40 Merge pull request #1127 from AsterAI/fix_cifar_logs 8 年之前
..
BUILD 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 8 年之前
README.md 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 8 年之前
__init__.py 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct 8 年之前
cifar10.py dac6755b12 Update cifar10.py 8 年之前
cifar10_eval.py 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct 8 年之前
cifar10_input.py a2986acc1a correct order of argument for tf.image.resize_image_with_crop_or_pad 8 年之前
cifar10_input_test.py 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct 8 年之前
cifar10_multi_gpu_train.py 00ffa603f2 Manually fixed many occurrences of tf.concat 8 年之前
cifar10_train.py 74ad728e9e Use FLAGS.log_frequency directly 8 年之前

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/