tf.contrib.learn.monitors.PrintTensor.__init__()

tf.contrib.learn.monitors.PrintTensor.__init__(tensor_names, every_n=100, first_n=1)

Initializes a PrintTensor monitor.

Args:
  • tensor_names: dict of tag to tensor names or iterable of tensor names (strings).
  • every_n: int, print every N steps. See PrintN.
  • first_n: int, also print the first N steps. See PrintN.
doc_TensorFlow
2016-10-14 13:06:35
Comments
Leave a Comment

Please login to continue.