tf.contrib.learn.monitors.ExportMonitor.every_n_step_end(step, outputs)
tf.contrib.learn.monitors.LoggingTrainable.begin(max_steps=None) Called at the beginning of training. When
tf.contrib.learn.monitors.LoggingTrainable.step_begin(step) Overrides BaseMonitor.step_begin. When
tf.contrib.learn.monitors.RunHookAdapterForMonitors.end(session)
tf.contrib.learn.monitors.CaptureVariable.every_n_post_step(step, session) Callback after a step is finished or end()
tf.contrib.learn.monitors.LoggingTrainable.__init__(scope=None, every_n=100, first_n=1) Initializes LoggingTrainable monitor.
tf.contrib.learn.monitors.CaptureVariable.epoch_end(epoch) End epoch. Args:
tf.contrib.learn.monitors.StepCounter.step_end(step, output) Overrides BaseMonitor.step_end. When
class tf.contrib.learn.monitors.EveryN Base class for monitors that execute callbacks every N steps. This
tf.contrib.learn.monitors.EveryN.post_step(step, session)
Page 5 of 19