tf.contrib.learn.monitors.CaptureVariable

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.

doc_TensorFlow
2016-10-14 13:06:02
Comments
Leave a Comment

Please login to continue.