iamaaditya / cifar10_tutorial

Copy of tensorflow:models/tutorials/images/cifar10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a copy of official TF Repo, because there is no way to clone a folder of a repo.

NOTE: For users interested in multi-GPU, we recommend looking at the newer cifar10_estimator example instead.


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/

About

Copy of tensorflow:models/tutorials/images/cifar10


Languages

Language:Python 100.0%