How is this model trained?
#2
by
j35t3r
- opened
Is this model pre-trained on ImageNet and fine-tuned on CIFAR-10?
I don't understand that here is image size 224
https://huggingface.co/tzhao3/DeiT-CIFAR10/tree/main
... but CIFAR-10 has image size 32x32 What is the AutoPreprocessor actually doing?
Yes, conduct preprocessing for your input, convert 3232 to 224224.