tf.contrib.learn.monitors.StepCounter.epoch_end(epoch)
End epoch.
Args:
-
epoch
:int
, the epoch number.
Raises:
-
ValueError
: if we've not begun an epoch, orepoch
number does not match.
tf.contrib.learn.monitors.StepCounter.epoch_end(epoch)
End epoch.
epoch
: int
, the epoch number.ValueError
: if we've not begun an epoch, or epoch
number does not match.
Please login to continue.