tf.contrib.learn.monitors.StopAtStep.epoch_end(epoch) End epoch. Args:
tf.contrib.learn.monitors.ValidationMonitor.set_estimator(estimator) A setter called automatically by the target estimator.
tf.contrib.learn.monitors.StepCounter.run_on_all_workers
tf.contrib.learn.monitors.LoggingTrainable.every_n_step_end(step, outputs)
tf.contrib.learn.monitors.ValidationMonitor.every_n_step_begin(step) Callback before every n'th step begins.
class tf.contrib.learn.monitors.CaptureVariable Captures a variable's values into a collection. This
class tf.contrib.learn.monitors.GraphDump Dumps almost all tensors in the graph at every step. Note
tf.contrib.learn.monitors.PrintTensor.run_on_all_workers
tf.contrib.learn.monitors.StepCounter.set_estimator(estimator)
tf.contrib.learn.monitors.CaptureVariable.__init__(var_name, every_n=100, first_n=1) Initializes a CaptureVariable monitor.
Page 1 of 19