class tf.contrib.learn.monitors.GraphDump Dumps almost all tensors in the graph at every step. Note
tf.contrib.learn.monitors.StepCounter.step_begin(step) Overrides BaseMonitor.step_begin. When
tf.contrib.learn.monitors.GraphDump.begin(max_steps=None)
tf.contrib.learn.monitors.CheckpointSaver.set_estimator(estimator) A setter called automatically by the target estimator.
tf.contrib.learn.monitors.ValidationMonitor.set_estimator(estimator) A setter called automatically by the target estimator.
tf.contrib.learn.monitors.CheckpointSaver.post_step(step, session)
tf.contrib.learn.monitors.EveryN.post_step(step, session)
class tf.contrib.learn.monitors.EveryN Base class for monitors that execute callbacks every N steps. This
tf.contrib.learn.monitors.StopAtStep.step_begin(step)
tf.contrib.learn.monitors.EveryN.end(session=None)
Page 4 of 19