Using tensor map histograms with tf.contrib.layers

I am trying to figure out if there is a way to get a histogram of weights in a layer fully_connected from tf.contrib.layers

. There is no way in the documentation to get the weight.

So my question is, how can I render weights from layers?

+3


source to share





All Articles