|
il y a 8 ans | |
---|---|---|
.. | ||
BUILD | il y a 8 ans | |
README.md | il y a 8 ans | |
__init__.py | il y a 8 ans | |
cifar10.py | il y a 8 ans | |
cifar10_eval.py | il y a 8 ans | |
cifar10_input.py | il y a 8 ans | |
cifar10_input_test.py | il y a 8 ans | |
cifar10_multi_gpu_train.py | il y a 8 ans | |
cifar10_train.py | il y a 8 ans |
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: