huggingface / pytorch-image-models

The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
https://huggingface.co/docs/timm
Apache License 2.0
32.3k stars 4.76k forks source link

[BUG] beit weights urls has changed #1255

Closed MohamedAliRashad closed 2 years ago

MohamedAliRashad commented 2 years ago

There is new links for beit models, it needs to be changed https://unilm.blob.core.windows.net/beit/beit_large_patch16_224_pt22k_ft22k.pth

rwightman commented 2 years ago

@MohamedAliRashad it should be changed on master, and I have a dev pypi release 0.6.2.dev0, but the 0.5.4 has the old weights, I will try to backport that change to a 0.5.x soon

rwightman commented 2 years ago

not going to backport, will release 0.6.x on pypi within days.