tf.contrib.learn.monitors.GraphDump.end(session=None)
Callback at the end of training/evaluation.
Args:
-
session
: Atf.Session
object that can be used to run ops.
Raises:
-
ValueError
: if we've not begun a run.
tf.contrib.learn.monitors.GraphDump.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.