hila-chefer / Transformer-Explainability

[CVPR 2021] Official PyTorch implementation for Transformer Interpretability Beyond Attention Visualization, a novel method to visualize classifications by Transformer based networks.
MIT License
1.75k stars 232 forks source link

Where can I download "imagenet_validation_directory"? #41

Closed XuehuiPeng closed 2 years ago

XuehuiPeng commented 2 years ago

Hello! I'm very interested in your work! But I have trouble in running the Perturbation Results in Readme, because of lacking the file! So, where can I download "imagenet_validation_directory"? Thank you in advance for your convenience!

hila-chefer commented 2 years ago

Hi @HandleI, thanks for your interest in our work! You'll need to download the ImageNet ILSVRC2012 dataset.

Best, Hila.