tf.contrib.learn.monitors.get_default_monitors()

tf.contrib.learn.monitors.get_default_monitors(loss_op=None, summary_op=None, save_summary_steps=100, output_dir=None, summary_writer=None)

Returns a default set of typically-used monitors.

Args:
  • loss_op: Tensor, the loss tensor. This will be printed using PrintTensor at the default interval.
  • summary_op: See SummarySaver.
  • save_summary_steps: See SummarySaver.
  • output_dir: See SummarySaver.
  • summary_writer: See SummarySaver.
Returns:

list of monitors.

doc_TensorFlow
2016-10-14 13:06:20
Comments
Leave a Comment

Please login to continue.