Skip to content

A simple tensorflow example for training cnn with mnist, cifar10 or cifar100.

Notifications You must be signed in to change notification settings

blaueck/tf-simple-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A simple exampe for training cnn with tensorflow. It is a good start point for beginners.

Requirement

It may work with other versioin of python, but it is not tested.

  • python==3.6
  • tensorflow>=1.4.1

Run

# train
python train.py

# eval
python eval.py log/simple_cnn/simple_cnn_20-2112

About

A simple tensorflow example for training cnn with mnist, cifar10 or cifar100.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages