muffnn
muffnn copied to clipboard
Utilize MonitoredTrainingSession for training
Moving to this for training would have a number of benefits.
- Improved support for model inspection via TensorBoard
- Better recovery from failure and check pointing, automatic loading of most recent model from directory
So 1 sounds interesting. For 2 sklearn's preferred serialization format is through joblib. How would this interact with that?