Skip to content

Code here teaches you how to train your own image data ,save and restore your model and make a test. Mnist image data is included.

Notifications You must be signed in to change notification settings

ichenli/train_mnist_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. extract data

  2. for generate tfrecords

    python main.py --mode=data
    
  3. for train

    python main.py --mode=train
    
  4. for evaluate

    python main.py --mode=evaluate
    

About

Code here teaches you how to train your own image data ,save and restore your model and make a test. Mnist image data is included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages