tf.contrib.learn.monitors.SummarySaver.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
:Session
object.
tf.contrib.learn.monitors.SummarySaver.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.