xxxnell / how-do-vits-work

(ICLR 2022 Spotlight) Official PyTorch implementation of "How Do Vision Transformers Work?"
https://arxiv.org/abs/2202.06709
Apache License 2.0
798 stars 77 forks source link

pretrained model file is corrupted #32

Closed youngandbin closed 1 year ago

youngandbin commented 1 year ago

seems that the files below are not available

url = "https://github.com/xxxnell/how-do-vits-work-storage/releases/download/v0.1/resnet_50_cifar100_691cc9a9e4.pth.tar" path = "checkpoints/resnet_50_cifar100_691cc9a9e4.pth.tar"

url = "https://github.com/xxxnell/how-do-vits-work-storage/releases/download/v0.1/vit_ti_cifar100_9857b21357.pth.tar" path = "checkpoints/vit_ti_cifar100_9857b21357.pth.tar"

youngandbin commented 1 year ago

I downloaded through the url and it worked