muffnn icon indicating copy to clipboard operation
muffnn copied to clipboard

Utilize MonitoredTrainingSession for training

Open gdj0nes opened this issue 7 years ago • 1 comments

Moving to this for training would have a number of benefits.

  1. Improved support for model inspection via TensorBoard
  2. Better recovery from failure and check pointing, automatic loading of most recent model from directory

gdj0nes avatar Dec 03 '17 22:12 gdj0nes

So 1 sounds interesting. For 2 sklearn's preferred serialization format is through joblib. How would this interact with that?

beckermr avatar Dec 04 '17 00:12 beckermr