tf.contrib.learn.monitors.LoggingTrainable.__init__(scope=None, every_n=100, first_n=1)
Initializes LoggingTrainable monitor.
Args:
-
scope
: An optional string to match variable names using re.match. -
every_n
: Print every N steps. -
first_n
: Print first N steps.
Please login to continue.