-
Hello, I am currently attempting to replicate some results from this paper, but I've hit a block while trying to figure out how to access the EA data set. Could you please provide more detailed instru…
-
are the signs correct in this line
If the angle is greater than 90 degrees,
S
C
,
k
,
l
(
x
)
will be positive, and if the angle is less than 90 degrees,
S
C
,
k
,
l
(
x
)
…
-
## 🐛 Bug
When building an object from the class TCAV, and calling the function "interpret", an error arises.
## To Reproduce
Steps to reproduce the behavior:
1. Insantiate a TCAV object
2…
pris0 updated
5 months ago
-
Can you explain why there is ```cutted_model``` coming in models.py? Does it aggregate the activations of other layers? We only want to examine activations of ```bottleneck``` then what does ```cutte…
-
How do you use CAVs to explain new images? I have followed the [TCAV tutorial](https://captum.ai/tutorials/TCAV_Image) and have found CAVs for my data but I am unsure how to use the CAVs to interpret …
-
## 🐛 Bug
I specified random concepts and forgot to fill them with data. Therefore, the experimental_set_rand contained the following paires: [[stripes_concept, random_0_concept], [stripes_concept,…
-
I'm getting an unknown error when running TCAV on a multiclass dataset.
![screenshot](https://user-images.githubusercontent.com/108618185/180323124-1cd9ac03-4b66-4f85-8093-6bf37704f085.PNG)
## S…
-
Hello
I'm trying to use a custom model on this. For example, I'm trying to use the 28 layer in the image shown below. When I run the code, it gives error that "CUDA out of memory". You said may need …
-
## 🐛 Bug
Ordering of concepts in the `experemental_sets` drastically changes the output of `interpret` (e.g. it is not consistent)
## To reproduce:
Steps to reproduce:
1. Run the "Show cas…
-
## 🐛 Bug
when I using TCAV on tiny-bert model, the AssertionError: `inputs` must have type torch.Tensor but found: error happened
## To Reproduce
Steps to reproduce the behavior:
1. The m…