learnables / learn2learn

A PyTorch Library for Meta-learning Research
http://learn2learn.net
MIT License
2.59k stars 348 forks source link

pre-trained weights for the ResNet12? #384

Closed ssx12042 closed 1 year ago

ssx12042 commented 1 year ago

Hi, thank you for your excellent work. I would like to ask if there are pre-trained weights for the resnet12 model?

seba-1511 commented 1 year ago

Hello @ssx12042,

You can download the weights for a pretrained ResNet12 backbone (without the classification head) with: https://learn2learn.net/docs/learn2learn.vision/#learn2learn.vision.models.get_pretrained_backbone

You can choose whether you want them pretrained on mini-ImageNet or tiered-ImageNet.

TINA-WA commented 10 months ago

And may i ask if there are pre-trained model for the CIFARFS dataset? we only see mini-ImageNet and tiered-ImageNet datasets.