tf.contrib.learn.monitors.GraphDump

class tf.contrib.learn.monitors.GraphDump Dumps almost all tensors in the graph at every step. Note

2016-10-14 13:06:20
tf.contrib.learn.monitors.StepCounter.step_begin()

tf.contrib.learn.monitors.StepCounter.step_begin(step) Overrides BaseMonitor.step_begin. When

2016-10-14 13:06:39
tf.contrib.learn.monitors.GraphDump.begin()

tf.contrib.learn.monitors.GraphDump.begin(max_steps=None)

2016-10-14 13:06:20
tf.contrib.learn.monitors.CheckpointSaver.set_estimator()

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

2016-10-14 13:06:09
tf.contrib.learn.monitors.ValidationMonitor.set_estimator()

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

2016-10-14 13:06:49
tf.contrib.learn.monitors.CheckpointSaver.post_step()

tf.contrib.learn.monitors.CheckpointSaver.post_step(step, session)

2016-10-14 13:06:08
tf.contrib.learn.monitors.EveryN.post_step()

tf.contrib.learn.monitors.EveryN.post_step(step, session)

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

class tf.contrib.learn.monitors.EveryN Base class for monitors that execute callbacks every N steps. This

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

tf.contrib.learn.monitors.StopAtStep.step_begin(step)

2016-10-14 13:06:41
tf.contrib.learn.monitors.EveryN.end()

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

2016-10-14 13:06:11