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.LoggingTrainable.__init__(scope=None, every_n=100, first_n=1) Initializes LoggingTrainable monitor.
tf.contrib.learn.monitors.StepCounter.step_end(step, output) Overrides BaseMonitor.step_end. When
tf.contrib.learn.monitors.PrintTensor.epoch_end(epoch) End epoch. Args:
tf.contrib.learn.monitors.CheckpointSaver.run_on_all_workers
tf.contrib.learn.monitors.ExportMonitor.every_n_step_end(step, outputs)
tf.contrib.learn.monitors.SummarySaver.step_end(step, output) Overrides BaseMonitor.step_end. When
tf.contrib.learn.monitors.ExportMonitor.step_end(step, output) Overrides BaseMonitor.step_end. When
tf.contrib.learn.monitors.EveryN.every_n_step_end(step, outputs) Callback after every n'th step finished. This
Page 6 of 19