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

tf.contrib.learn.monitors.CaptureVariable.__init__(var_name, every_n=100, first_n=1)

Initializes a CaptureVariable monitor.

Args:
  • var_name: string. The variable name, including suffix (typically ":0").
  • 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:06
Comments
Leave a Comment

Please login to continue.