tf.contrib.learn.monitors.RunHookAdapterForMonitors.end(session)
tf.contrib.learn.monitors.PrintTensor.epoch_begin(epoch) Begin epoch. Args:
tf.contrib.learn.monitors.ExportMonitor.every_n_step_begin(step) Callback before every n'th step begins.
tf.contrib.learn.monitors.EveryN.every_n_step_end(step, outputs) Callback after every n'th step finished. This
tf.contrib.learn.monitors.ValidationMonitor.early_stopped Returns True if this monitor caused an early stop.
class tf.contrib.learn.monitors.CheckpointSaver Saves checkpoints every N steps.
tf.contrib.learn.monitors.CheckpointSaver.begin(max_steps=None)
class tf.contrib.learn.monitors.RunHookAdapterForMonitors Wraps monitors into a SessionRunHook.
tf.contrib.learn.monitors.SummarySaver.begin(max_steps=None) Called at the beginning of training. When
tf.contrib.learn.monitors.StepCounter.epoch_begin(epoch) Begin epoch. Args:
Page 8 of 19