tf.contrib.learn.monitors.CheckpointSaver.epoch_end(epoch) End epoch. Args:
tf.contrib.learn.monitors.ExportMonitor.set_estimator(estimator) A setter called automatically by the target estimator.
tf.contrib.learn.monitors.StopAtStep.epoch_begin(epoch) Begin epoch. Args:
class tf.contrib.learn.monitors.BaseMonitor Base class for Monitors. Defines basic interfaces
tf.contrib.learn.monitors.ValidationMonitor.end(session=None)
tf.contrib.learn.monitors.EveryN.every_n_post_step(step, session) Callback after a step is finished or end() is called
tf.contrib.learn.monitors.EveryN.every_n_step_begin(step) Callback before every n'th step begins. Args:
tf.contrib.learn.monitors.StopAtStep.step_end(step, output)
tf.contrib.learn.monitors.GraphDump.step_end(step, output)
tf.contrib.learn.monitors.PrintTensor.every_n_step_end(step, outputs)
Page 18 of 19