raoyongming / DynamicViT

[NeurIPS 2021] [T-PAMI] DynamicViT: Efficient Vision Transformers with Dynamic Token Sparsification
https://dynamicvit.ivg-research.xyz/
MIT License
551 stars 69 forks source link

[ LV-ViT-S Pretrained Model ] #13

Closed IemProg closed 2 years ago

IemProg commented 2 years ago

Hi,

Thanks for the wonderful work. Could you share with us the password to unzip LV-ViT-S pretrained model (original) ?

Thanks !

raoyongming commented 2 years ago

Hi, thanks for your interest in our work. The file name may be a bit confusing. The *.pth.tar is already the checkpoint file of the LVViT model (not the compressed version of the checkpoint file). You can direct load this file using torch.load without uncompression.