tensorlab / tensorfx

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

Support for separated training/eval clusters #21

Open nikhilk opened 7 years ago

nikhilk commented 7 years ago

Support for a cluster setup where master does training + checkpointing, and a separate eval node does continuous evaluation over the last checkpoint.

Likely a few details to figure out... at some point.