Replies: 1 comment 4 replies
-
@Ema1997 this collection is focused on imagenet and larger datasets and image sizes. There are no cifar specific models, checkpoints, or training code. The default model cfgs are all rather large for cifar. However, lots of people do apply these models to cifar by scaling up the images during train/eval. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi rwightman,
your repo is such a splendid and comprehensive work, and I am wondering how to modify the
train.py
in your codes to train these models on cifar10 dataset, or are there any pretrained checkpoints for cifar10? I found your excellent result on https://paperswithcode.com/sota/image-classification-on-cifar-10 and I am trying to re-implement your result based on your repo.Thanks,
Ema1997.
Beta Was this translation helpful? Give feedback.
All reactions