class tf.contrib.learn.monitors.CaptureVariable
Captures a variable's values into a collection.
This monitor is useful for unit testing. You should exercise caution when using this monitor in production, since it never discards values.
This is an EveryN monitor and has consistent semantic for every_n and first_n.
Please login to continue.