I have a layer, layer3, that is of type:
Tensor("vgg_16/conv3/conv3_3/Relu:0", shape=(1, 500, 700, 120), dtype=float32, device=/device:GPU:0)
I'd like to visualize the activations of this layer. How can I process layer3 to do that? What would I have to add to tf.summary.histogram() to visualize this?