class tf.contrib.learn.monitors.StepCounter Steps per second monitor.
tf.contrib.learn.monitors.StopAtStep.step_end(step, output)
tf.contrib.learn.monitors.GraphDump.post_step(step, session) Callback after the step is finished. Called
tf.contrib.learn.monitors.EveryN.every_n_post_step(step, session) Callback after a step is finished or end() is called
class tf.contrib.learn.monitors.ValidationMonitor Runs evaluation of a given estimator, at most every N steps.
tf.contrib.learn.monitors.CheckpointSaver.epoch_end(epoch) End epoch. Args:
tf.contrib.learn.monitors.EveryN.epoch_begin(epoch) Begin epoch. Args:
tf.contrib.learn.monitors.LoggingTrainable.epoch_begin(epoch) Begin epoch. Args:
class tf.contrib.learn.monitors.LoggingTrainable Writes trainable variable values into log every N steps. Write
class tf.contrib.learn.monitors.BaseMonitor Base class for Monitors. Defines basic interfaces
Page 19 of 19