|
hace 8 años | |
---|---|---|
.. | ||
BUILD | hace 8 años | |
README.md | hace 8 años | |
__init__.py | hace 8 años | |
cifar10.py | hace 8 años | |
cifar10_eval.py | hace 8 años | |
cifar10_input.py | hace 8 años | |
cifar10_input_test.py | hace 8 años | |
cifar10_multi_gpu_train.py | hace 8 años | |
cifar10_train.py | hace 8 años |
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: