Is it possible to visualize the activations of each layer? I am using the ImageNet dataset and would like to see the features.
Is it possible to visualize the activations of each layer? I am using the ImageNet dataset and would like to see the features.
You could use forward hooks as described here.