tf.contrib.layers.summarize_collection()

tf.contrib.layers.summarize_collection(collection, name_filter=None, summarizer=summarize_tensor)

Summarize a graph collection of tensors, possibly filtered by name.

The layers module defines convenience functions summarize_variables, summarize_weights and summarize_biases, which set the collection argument of summarize_collection to VARIABLES, WEIGHTS and BIASES, respectively.

doc_TensorFlow
2016-10-14 13:05:24
Comments
Leave a Comment

Please login to continue.