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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.