tf.contrib.learn.monitors.ExportMonitor.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.
tf.contrib.learn.monitors.ExportMonitor.every_n_step_begin(step)
Callback before every n'th step begins.
step
: int
, the current value of the global step.A list
of tensors that will be evaluated at this step.
Please login to continue.