-
Hi, I want to test a classification model of type DeBERTa and definitely want to use TCAV for my evaluation.
I have gone through the glue_model.py files and the glue_demo.py, but I cannot seem to fin…
-
## 🐛 Bug
I am trying to run code for a TCAV score from Google Brain. I am using this code [here](https://github.com/MotJuMi/TCAV) for a PyTorch implementation. I am running into the following erro…
-
## 🐛 Bug
In notebook `tutorials/TCAV_Image.ipynb` the URL to download broden dataset is currently : `https://netdissect.csail.mit.edu/broden1_224` but it's not working, the correct URL is : `http:/…
-
Hi,
Thanks a lot for sharing the detailed notebook. I wanted to understand the architecture of underlying model ('inceptionv3.h5') that you used in the notebook. It would be great if you could shar…
-
I had the same doubt as https://github.com/tensorflow/tcav/issues/83 https://github.com/tensorflow/tcav/issues/107 https://github.com/tensorflow/tcav/issues/41
I flipped the sign for tcav calc (< ch…
-
Hi, many thanks for this great work!
I would like to ask does it make sense to use TCAV to test an attention based multiple instance network? If yes, the examples of a concept should be bags or in…
-
Line 126 in imagenet_and_broden_fetcher.py (bytes = urllib.request.urlopen(all_images)) fails. This seems to be a result of bad URLs (e.g. http://imagenet.stanford.edu/api/text/imagenet.synset.geturl…
-
Paper link : http://proceedings.mlr.press/v80/kim18d.html
ArXiv ver : https://arxiv.org/pdf/1711.11279.pdf
Conference : ICML2018
Source code : https://github.com/tensorflow/tcav
サーベイ資料は[こちら](h…
-
## Bug
I am getting this error even after I have given separate IDs for each concept.
"There is more than one instance of a concept with id {} defined in experimental sets. Please, make sure to …
-
Is there any extra code to be written to test ACE for custom models/resnet