Neal Wu 74ad728e9e Use FLAGS.log_frequency directly 8 năm trước cách đây
..
BUILD 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 năm trước cách đây
README.md 86ecc9730d Moving example models from github.com/tensorflow/tensorflow to github.com/tensorflow/models 9 năm trước cách đây
__init__.py 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct 9 năm trước cách đây
cifar10.py 337c66ed3f Updated summaries in the tutorial models to 1.0 8 năm trước cách đây
cifar10_eval.py 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct 9 năm trước cách đây
cifar10_input.py 337c66ed3f Updated summaries in the tutorial models to 1.0 8 năm trước cách đây
cifar10_input_test.py 0d9a3abdca Remove all references to 'tensorflow.models' which is no longer correct 9 năm trước cách đây
cifar10_multi_gpu_train.py 9d96e9fe2b Wrap the cifar10 multigpu model construction part with a variable_scope 8 năm trước cách đây
cifar10_train.py 74ad728e9e Use FLAGS.log_frequency directly 8 năm trước cách đây

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/