class tf.contrib.learn.monitors.EveryN
Base class for monitors that execute callbacks every N steps.
This class adds three new callbacks: - every_n_step_begin - every_n_step_end - every_n_post_step
The callbacks are executed every n steps, or optionally every step for the first m steps, where m and n can both be user-specified.
When extending this class, note that if you wish to use any of the BaseMonitor callbacks, you must call their respective super implementation:
def step_begin(self, step