Is there a way to extract/visualize the feature maps/vectors after activation layers from the frozen graph model ?
EDIT
I managed to get the computational graph from the frozen model, and accordingly know which tensor is where exactly
So in my case for example, I am dealing with the faster-RCNN
so with get_tensor_by_name('Squeeze_1:0') I can run a session and get the output tensor of Squeeze_1
which has a shape of Tensor("Squeeze_1:0", shape=(300, 90, 4), dtype=float32)
Is there a way to visualize this activation ? taking into consideration that it is a 4 channel ?
I am looking into an output more or less like this

Hello, any update about my issue @tensorflowbutler @qlzh727 @derekjchow
I'd be interested in learning more about this too.
Hi There,
We are checking to see if you still need help on this, as this seems to be considerably old issue. Please update this issue with the latest information, code snippet to reproduce your issue and error you are seeing.
If we don't hear from you in the next 7 days, this issue will be closed automatically. If you don't need help on this issue any more, please consider closing this.
Most helpful comment
I'd be interested in learning more about this too.