|
%!s(int64=8) %!d(string=hai) anos | |
---|---|---|
.. | ||
BUILD | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos | |
__init__.py | %!s(int64=8) %!d(string=hai) anos | |
cifar10.py | %!s(int64=8) %!d(string=hai) anos | |
cifar10_eval.py | %!s(int64=8) %!d(string=hai) anos | |
cifar10_input.py | %!s(int64=8) %!d(string=hai) anos | |
cifar10_input_test.py | %!s(int64=8) %!d(string=hai) anos | |
cifar10_multi_gpu_train.py | %!s(int64=8) %!d(string=hai) anos | |
cifar10_train.py | %!s(int64=8) %!d(string=hai) anos |
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: