tf.contrib.learn.monitors.GraphDump.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.