class tf.contrib.learn.monitors.PrintTensor
Prints given tensors every N steps.
This is an EveryN
monitor and has consistent semantic for every_n
and first_n
.
The tensors will be printed to the log, with INFO
severity.
class tf.contrib.learn.monitors.PrintTensor
Prints given tensors every N steps.
This is an EveryN
monitor and has consistent semantic for every_n
and first_n
.
The tensors will be printed to the log, with INFO
severity.
Please login to continue.