-
Hi, thanks for great project. It works very well.
I have technical question about preprocessing the image for the cnn.
I looked into your examples, but normally every image which is input to VGG…
-
Hello, I was experimenting with Captum and I was wondering if there was any way to trace/script an attribution model in order to just obtain the final heatmap as output of the serialized file.
I d…
-
Hello,
I am trying to work on an Intepretable AI solution for Image classification. Our work is based on Smooth Grad CAM plus plus. I had a perfectly working code until I installed pytorch in my …
-
I was looking at the code in grad_cam.py for LayerGradCam.attribute() and noticed that there is no Relu operation applied after computing the summed_grads * layer_eval here: https://github.com/pytorch…
-
*The following peer review was solicited as part of the Distill review process. The review was formatted by the editor to help with readability.*
*The reviewer chose to keep anonymity. Distill offe…
-
Hi,
I have a question about the CAM method in tensorflow implementation.
Although you mentioned in the paper that you employed CAM [63], I don't see it is actually functional. The code only allow…
-
Hello,
I'm working with the GradCam function and I need to see activation on Train and test also. Validation and Test set but the default option is Validation here:
```
im,cl = self.learn.data.dl(D…
-
GuidedBackpropReLUModel has bugs.
-
Hi, really a great job!
I was trying to get a guided-gradcam visualization of a video. But I found as more images have been read, very soon my server shows CUDA out of memory error. Then I discovered…
-
Excuse me.
I have a very simple question about visulization in your code.
There are only GradCam.py and its cuda version in your code, while no python file to call those functions and generate thos…