tf.contrib.learn.monitors.ValidationMonitor.epoch_end(epoch)
End epoch.
Args:
-
epoch:int, the epoch number.
Raises:
-
ValueError: if we've not begun an epoch, orepochnumber does not match.
tf.contrib.learn.monitors.ValidationMonitor.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.