gradcam-tensorflow-2 icon indicating copy to clipboard operation
gradcam-tensorflow-2 copied to clipboard

🧰 Grad-CAM implementation using TensorFlow 2.X code. Including guided Grad-CAM and counterfactuals.

Results 2 gradcam-tensorflow-2 issues
Sort by recently updated
recently updated
newest added

Hi @ismailuddin I looked at your implementation of Grad-CAM and it seems to me that the heapmaps are calculated using gradients of post-sofmax outputs rather than logits (pre-softmax). The last...

Hi @ismailuddin Can you help me out with implementing GradCam in [FCN segmentation](https://github.com/shekkizh/FCN.tensorflow/blob/master/FCN.py) model. Any help is appreciated, Thanks.