tf.contrib.learn.monitors.BaseMonitor.post_step()

tf.contrib.learn.monitors.BaseMonitor.post_step(step, session)

Callback after the step is finished.

Called after step_end and receives session to perform extra session.run calls. If failure occurred in the process, will be called as well.

Args:
  • step: int, global step of the model.
  • session: Session object.
doc_TensorFlow
2016-10-14 13:05:59
Comments
Leave a Comment

Please login to continue.