tf.contrib.learn.monitors.BaseMonitor.end(session=None)
Callback at the end of training/evaluation.
Args:
-
session: Atf.Sessionobject that can be used to run ops.
Raises:
-
ValueError: if we've not begun a run.
tf.contrib.learn.monitors.BaseMonitor.end(session=None)
Callback at the end of training/evaluation.
session: A tf.Session object that can be used to run ops.ValueError: if we've not begun a run.
Please login to continue.