lukemelas / PyTorch-Pretrained-ViT

Vision Transformer (ViT) in PyTorch
770 stars 124 forks source link

pretrained weights of VIT-B on Imagenet1k-only (not 21k+finetune) available? #29

Open knelk opened 1 year ago

knelk commented 1 year ago

Hi,

thanks for your nice work. Are the pretrained weights for VIT-B (or any Vit) also available with only using Imagenet-1k, not 21k+finetuining on 1k? Does anyone know where they might be available?

Thanks

Best Simon