tensorlab / tensorfx

TensorFlow framework for training and serving machine learning models
Apache License 2.0
196 stars 41 forks source link

export model on every checkpoint + log printing update #6

Closed brandondutra closed 7 years ago

brandondutra commented 7 years ago

--logs now only print throughput one --on every checkpoint, an exported model is made. Last n models are kept as backups.

brandondutra commented 7 years ago

Per conversation, going to close this PR and open new ones for the eval/checkpoint and less hooks for single node training.