tf.contrib.learn.monitors.BaseMonitor.__init__()
tf.contrib.learn.monitors.CaptureVariable.values Returns the values captured so far. Returns:
tf.contrib.learn.monitors.SummarySaver.begin(max_steps=None) Called at the beginning of training. When
tf.contrib.learn.monitors.ExportMonitor.export_dir
tf.contrib.learn.monitors.ExportMonitor.__init__(*args, **kwargs) Initializes ExportMonitor. (deprecated arguments)
tf.contrib.learn.monitors.ExportMonitor.begin(max_steps=None) Called at the beginning of training. When
tf.contrib.learn.monitors.LoggingTrainable.step_end(step, output) Overrides BaseMonitor.step_end.
tf.contrib.learn.monitors.GraphDump.end(session=None) Callback at the end of training/evaluation. Args:
tf.contrib.learn.monitors.ValidationMonitor.best_step Returns the step at which the best early stopping metric was found.
class tf.contrib.learn.monitors.RunHookAdapterForMonitors Wraps monitors into a SessionRunHook.
Page 11 of 19