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.18k stars 4.76k forks source link

Loading hugging face RegNet-SEER checkpoints using timm #1250

Closed PrithivirajDamodaran closed 1 year ago

PrithivirajDamodaran commented 2 years ago

Is there a way to load huggingface models directly using timm, it's not working ?

Background:

SEER combines a recent architecture family, RegNet, with an online self-supervised training to scale pretraining to billion parameters on billions of random images.

Hugging-face hub link

rwightman commented 1 year ago

this is done, except for the ridic big one which didn't seem worth the effort given performance for size...

PrithivirajDamodaran commented 1 year ago

Thanks