tf.contrib.learn.monitors.StepCounter
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

class tf.contrib.learn.monitors.StepCounter Steps per second monitor.

2025-01-10 15:47:30
tf.contrib.learn.monitors.StopAtStep.step_end()
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

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

2025-01-10 15:47:30
tf.contrib.learn.monitors.GraphDump.post_step()
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

tf.contrib.learn.monitors.GraphDump.post_step(step, session) Callback after the step is finished. Called

2025-01-10 15:47:30
tf.contrib.learn.monitors.EveryN.every_n_post_step()
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

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

2025-01-10 15:47:30
tf.contrib.learn.monitors.ValidationMonitor
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

class tf.contrib.learn.monitors.ValidationMonitor Runs evaluation of a given estimator, at most every N steps.

2025-01-10 15:47:30
tf.contrib.learn.monitors.CheckpointSaver.epoch_end()
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

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

2025-01-10 15:47:30
tf.contrib.learn.monitors.EveryN.epoch_begin()
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

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

2025-01-10 15:47:30
tf.contrib.learn.monitors.LoggingTrainable.epoch_begin()
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

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

2025-01-10 15:47:30
tf.contrib.learn.monitors.LoggingTrainable
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

class tf.contrib.learn.monitors.LoggingTrainable Writes trainable variable values into log every N steps. Write

2025-01-10 15:47:30
tf.contrib.learn.monitors.BaseMonitor
  • References/Big Data/TensorFlow/TensorFlow Python/Monitors

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

2025-01-10 15:47:30