tf.contrib.learn.monitors.EveryN.every_n_step_begin()

tf.contrib.learn.monitors.EveryN.every_n_step_begin(step)

Callback before every n'th step begins.

Args:
  • step: int, the current value of the global step.
Returns:

A list of tensors that will be evaluated at this step.

doc_TensorFlow
2016-10-14 13:06:12
Comments
Leave a Comment

Please login to continue.