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 oriterable
of tensor names (strings). -
every_n
:int
, print every N steps. SeePrintN.
-
first_n
:int
, also print the first N steps. SeePrintN.
Please login to continue.