tf.contrib.learn.monitors.CheckpointSaver.epoch_end()

tf.contrib.learn.monitors.CheckpointSaver.epoch_end(epoch) End epoch. Args:

2016-10-14 13:06:08
tf.contrib.learn.monitors.ExportMonitor.set_estimator()

tf.contrib.learn.monitors.ExportMonitor.set_estimator(estimator) A setter called automatically by the target estimator.

2016-10-14 13:06:18
tf.contrib.learn.monitors.StopAtStep.epoch_begin()

tf.contrib.learn.monitors.StopAtStep.epoch_begin(epoch) Begin epoch. Args:

2016-10-14 13:06:40
tf.contrib.learn.monitors.BaseMonitor

class tf.contrib.learn.monitors.BaseMonitor Base class for Monitors. Defines basic interfaces

2016-10-14 13:05:57
tf.contrib.learn.monitors.ValidationMonitor.end()

tf.contrib.learn.monitors.ValidationMonitor.end(session=None)

2016-10-14 13:06:47
tf.contrib.learn.monitors.EveryN.every_n_post_step()

tf.contrib.learn.monitors.EveryN.every_n_post_step(step, session) Callback after a step is finished or end() is called

2016-10-14 13:06:12
tf.contrib.learn.monitors.EveryN.every_n_step_begin()

tf.contrib.learn.monitors.EveryN.every_n_step_begin(step) Callback before every n'th step begins. Args:

2016-10-14 13:06:12
tf.contrib.learn.monitors.StopAtStep.step_end()

tf.contrib.learn.monitors.StopAtStep.step_end(step, output)

2016-10-14 13:06:42
tf.contrib.learn.monitors.GraphDump.step_end()

tf.contrib.learn.monitors.GraphDump.step_end(step, output)

2016-10-14 13:06:23
tf.contrib.learn.monitors.PrintTensor.every_n_step_end()

tf.contrib.learn.monitors.PrintTensor.every_n_step_end(step, outputs)

2016-10-14 13:06:33