tf.contrib.learn.monitors.ValidationMonitor

class tf.contrib.learn.monitors.ValidationMonitor

Runs evaluation of a given estimator, at most every N steps.

Note that the evaluation is done based on the saved checkpoint, which will usually be older than the current step.

Can do early stopping on validation metrics if early_stopping_rounds is provided.

doc_TensorFlow
2016-10-14 13:06:46
Comments
Leave a Comment

Please login to continue.