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.
Please login to continue.