How to visualize activation in neural network

Hi I was wondering if there is a good tool that helps to visualize the Result of activations

Thank you

If you just want to plot the activation maps, you could use this approach.

Maybe this repository PyTorch CNN Visualization can help you.