utkuozbulak / pytorch-cnn-visualizations

Pytorch implementation of convolutional neural network visualization techniques
MIT License
7.81k stars 1.49k forks source link

Code for activation visualisation #49

Closed maria8899 closed 5 years ago

maria8899 commented 5 years ago

Hi, Nice code! For the sake of completeness, I think it would be great to add

utkuozbulak commented 5 years ago

Hey,

The reason I did not bother with CAM was because Grad-Cam is the generalization of CAM.

Thanks for the heads up on the citations. Will fix.

utkuozbulak commented 5 years ago

Here you go: e3be35d

Thanks for the notification.