- The purpose of the repository is to visualize what the layers in the Convolutional Network see when we amplify the activation in the neurons
-
Without clipping the gradients, the images are disrupted
-
Not normalizing the gradients doesn't affect the resultant image, therefore you should normalize the gradients to see the results
- The following repo was created using the Inception Model pre-trained on Imagenet which contains many classes
- Will update this repo to include results by different pre-trained Models, and then finetuned on different tasks like dog classification,...