tf.contrib.learn.monitors.ValidationMonitor.begin()

tf.contrib.learn.monitors.ValidationMonitor.begin(max_steps=None)

Called at the beginning of training.

When called, the default graph is the one we are executing.

Args:
  • max_steps: int, the maximum global step this training will run until.
Raises:
  • ValueError: if we've already begun a run.
doc_TensorFlow
2016-10-14 13:06:46
Comments
Leave a Comment

Please login to continue.