tf.contrib.learn.monitors.StepCounter.every_n_post_step(step, session) Callback after a step is finished or end()
tf.contrib.learn.monitors.BaseMonitor.end(session=None) Callback at the end of training/evaluation. Args:
tf.contrib.learn.monitors.BaseMonitor.begin(max_steps=None) Called at the beginning of training. When
tf.contrib.learn.monitors.BaseMonitor.run_on_all_workers
class tf.contrib.learn.monitors.SummarySaver Saves summaries every N steps.
tf.contrib.learn.monitors.StepCounter.begin(max_steps=None) Called at the beginning of training. When
tf.contrib.learn.monitors.ExportMonitor.post_step(step, session)
tf.contrib.learn.monitors.SummarySaver.step_begin(step) Overrides BaseMonitor.step_begin. When
tf.contrib.learn.monitors.LoggingTrainable.end(session=None)
tf.contrib.learn.monitors.StepCounter.__init__(every_n_steps=100, output_dir=None, summary_writer=None)
Page 15 of 19