Skip to content

Example for CIFAR-10 dataset with simple 3-layer DAU-ConvNet architecture (based on basic tensorflow tutorial)

Notifications You must be signed in to change notification settings

skokec/DAU-ConvNet-cifar10-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIFAR-10 example for DAU-ConvNet

Example for using DAU-ConvNet with simple three layer architecture on CIFAR-10 dataset. Based on original TensorFlow CIFAR-10 tutorial. Modified only network architecture in cifar10.py inference() method.

You need to have DAU-ConvNet TensorFlow plugin compiled, installed and available in python system path.

Original README

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

Example for CIFAR-10 dataset with simple 3-layer DAU-ConvNet architecture (based on basic tensorflow tutorial)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages