-
Good day! I use fine-tuning loaded model ResnetXt-101 from .pth file. GradCam works good with my model, but when I try to use GuidedBackprop I get the error:
-> 80 gradients_as_arr = self.g…
-
Hi. I would like to work on the 'Add Grad-CAM support' project (http://gsoc2019.scrapinghub.com/ideas/#add-grad-cam-support) as a GSoC student. As agreed, I will try to familiarize myself with ELI5 by…
-
Hi, first of all thank you for tf-explain.
Currently I'm trying to use tf-explain with a model like this one:
```python
model = tf.keras.models.Sequential()
model.add(tf.keras.layers.Conv2D(in…
-
how to visual the channels of conv ? now it is only the conv
ghost updated
5 years ago
-
Hi there, very nice repository. Quick question, why are you normalizing the class activation maps when generating them in batches?
https://github.com/eclique/keras-gradcam/blob/02d395ff20f74c4ea2bb6…
-
Hi guys,
I have been working with your keras vis tool kit , its a great tool and I have been able to get good results.
However today when I tried visualize_cam its throwing an error which had never…
-
in computer vision fields, there is some tools to visualize what the network learned for the final classification, such as gradcam/cam and so on
in speaker recognition fields, how to analysis the out…
-
您好,我也是做视频的,请问你做出来了吗?x谢谢
@Caoliangjie
-
https://github.com/Caoliangjie/pytorch-gradcam-resnet50/blob/master/grad-cam.py #28
`for name, module in self.model._modules.items():##resnet50没有.feature这个特征,直接删除用就可以。`
具体是删除哪些呢?
-
Hey, any idea about when you would be releasing code for gradcam++ for 3D cnn?