-
Hi,
Thanks very much for the open source!
I got the following outcome from the example code of GradCam (/examples/gradcam.py), which seems to be incorrect because the size of interpretation …
-
Hi, @gautamMalu
As a result of classifying with Resnet, Accuarcy is over 99%. If you hit map the object area with gradCAM with that model file, it does not match exactly. Why?
it does not match e…
-
Hi, @darkwrath @tataiani @prantikbubun @adityac94
As a result of classifying with Resnet, Accuarcy is over 99%. If you hit map the object area with gradCAM with that model file, it does not match …
-
Hello, I have problem with using Attentions visualization (GradCam++ in that case). I have preprocessing layer in my model, which rescales images like that: `layers.Rescaling(1./255, input_shape=(cons…
-
### bug描述 Describe the Bug
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\envs\paddle_env\lib\site-packages\IPython\core\interactiveshell.py", line 3505, in run_code
exec(c…
-
Hi, Thanks for the repo. Whenever I am running it, I am getting an error on the self.model command. It seems it does not output pred and logits but a single tensor when given a tensor. Not sure how th…
-
I am using the beit3 model. I want to know what the model is focusing on, it's called gradcam. Is there any way to export the gradcam image of beit3 model. Thanks.
-
你好,我想尝试在强化学习里用GradCAM,但是遇到一个问题是强化学习里损失函数跟做分类不太一样,我不太确定求GradCAM的梯度时是用强化学习的损失函数,还是像分类一样用最大值做反向,不知道您有没有了解?
-
I work with a different form of a predict function in which I simply call the model on my patches and save those individual patches, then have another script stitch them back together. Is there a way …
-
### Problem
The output shape of explanations differ for GradCAM (and OcclusionSensitivity) and e.g., VanillaGradient, where GradCAM also includes the channels.
### Implementation
While the syntax…