tf.contrib.learn.monitors.ExportMonitor.every_n_post_step()

tf.contrib.learn.monitors.ExportMonitor.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.
doc_TensorFlow
2016-10-14 13:06:16
Comments
Leave a Comment

Please login to continue.