jacobgil / pytorch-grad-cam

Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
https://jacobgil.github.io/pytorch-gradcam-book
MIT License
10.32k stars 1.55k forks source link

ask for help #10

Closed 22wei22 closed 6 years ago

22wei22 commented 6 years ago

why do you replace ReLU with GuidedBackpropReLU?

jacobgil commented 6 years ago

This is to implement the combination of GradCAM + Guided backpropagation, as described in the paper.

For plain GradCAM, no need to use this.