tf.contrib.learn.monitors.ExportMonitor.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.
Please login to continue.