tf.contrib.learn.monitors.ValidationMonitor.set_estimator()

tf.contrib.learn.monitors.ValidationMonitor.set_estimator(estimator)

A setter called automatically by the target estimator.

If the estimator is locked, this method does nothing.

Args:
  • estimator: the estimator that this monitor monitors.
Raises:
  • ValueError: if the estimator is None.
doc_TensorFlow
2016-10-14 13:06:49
Comments
Leave a Comment

Please login to continue.