tf.contrib.learn.monitors.LoggingTrainable.epoch_begin(epoch)
Begin epoch.
Args:
-
epoch:int, the epoch number.
Raises:
-
ValueError: if we've already begun an epoch, orepoch< 0.
tf.contrib.learn.monitors.LoggingTrainable.epoch_begin(epoch)
Begin epoch.
epoch: int, the epoch number.ValueError: if we've already begun an epoch, or epoch < 0.
Please login to continue.