Skip to content

Files

Latest commit

a3a6d1c · Dec 18, 2017

History

History

learning

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 18, 2017
Dec 18, 2017

How to train model

python ./mnist_deep_training.py --training_iteration=1000 --model_version=1 "Model Training Folder Path"

This is start python script and train MNIST deep model with 1000 iterations. After that it will save model in directory. Please keep in mind to increament model_version parameter value after every training.

tensorflow_model_server --port=9000 --model_name=mnist --model_base_path="odel Training Folder Path"