tf.contrib.learn.monitors.ValidationMonitor.every_n_post_step(step, session)
Callback after a step is finished or end() is called.
Args:
- 
step:int, the current value of the global step. - 
session:Sessionobject. 
tf.contrib.learn.monitors.ValidationMonitor.every_n_post_step(step, session)
Callback after a step is finished or end() is called.
step: int, the current value of the global step.session: Session object.
Please login to continue.