-
Hi,
When I try to run the example interpretation I get an error (see below).
Any idea? something wrong with my installation? train and predict seems to be fine.
getting deeplift scores...
Trace…
-
### 🐛 Describe the bug
When I'm trying to use DeepLift explainabiliy method from captum, I'm getting the AssertionError related to dimensionality of the input mask.
Code to reproduce the error is …
-
Hello,
Before getting into my question, just wanted to say I really enjoyed reading the paper and also exploring the codebase. Many thanks for deeplift!
I've been trying to use deeplift with cif…
-
I am trying to understand how to use LayerDeepLift and I'm reading the documentation page: https://captum.ai/api/layer.html#layer-deeplift
The object LayerDeepLift is initialized by providing a mod…
-
Hi all,
First of all, thank you very much for the amazing work on Captum and making it available for everyone.
I was wondering about the future plans for support of DeepLifts RevealCancel Rule…
-
Hello,
I am trying to apply deeplift on my image dataset with densenet121 model but I get error:
my code is:
import deeplift
from deeplift.layers import NonlinearMxtsMode
from deeplift.convers…
-
Getting an error when trying to follow the examples. I had it working at some point but must have installed an update somewhere, failed to install something, or installed when I shouldn't! Wondering i…
cap76 updated
5 years ago
-
I am trying to apply DeepExplainer to a torch model. It works fine with tensors and model all on CPU, but I'd like to do it all on GPU for speed reasons. That raises the following error:
```
Trace…
-
-
Hi Avanti,
Thanks for your amazing work on deepLIFT. Currently, I have problem using deepLIFT with a Keras model using a Minimum layer, which pulls computation from K separated paths, as output (code…