pytorch / captum

Model interpretability and understanding for PyTorch
https://captum.ai
BSD 3-Clause "New" or "Revised" License
4.81k stars 487 forks source link

TCAV tutorial update broden dataset url #1045

Open AlexandreLamb opened 1 year ago

AlexandreLamb commented 1 year ago

🐛 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://netdissect.csail.mit.edu/data/broden1_224.zip

Source from TCAV TensorFlow project in this file: https://github.com/tensorflow/tcav/blob/master/tcav/tcav_examples/image_models/imagenet/FetchDataAndModels.sh

vivekmig commented 1 year ago

Thanks for identifying this issue @AlexandreLamb ! We will push a fix to correct the link in the tutorial.