tf.contrib.learn.monitors.CaptureVariable.__init__(var_name, every_n=100, first_n=1) Initializes a CaptureVariable monitor.
tf.contrib.learn.monitors.PrintTensor.run_on_all_workers
tf.contrib.learn.monitors.StepCounter.run_on_all_workers
tf.contrib.learn.monitors.GraphDump.step_begin(step)
class tf.contrib.learn.monitors.GraphDump Dumps almost all tensors in the graph at every step. Note
tf.contrib.learn.monitors.GraphDump.begin(max_steps=None)
tf.contrib.learn.monitors.CaptureVariable.end(session=None)
tf.contrib.learn.monitors.LoggingTrainable.every_n_post_step(step, session) Callback after a step is finished or end()
tf.contrib.learn.monitors.CheckpointSaver.end(session=None)
tf.contrib.learn.monitors.GraphDump.epoch_end(epoch) End epoch. Args:
Page 1 of 19