Sara-Ahmed / SiT

Self-supervised vIsion Transformer (SiT)
320 stars 49 forks source link

patch size on CIFAR100 #27

Closed ShoufaChen closed 2 years ago

ShoufaChen commented 2 years ago

Hi, @Sara-Ahmed

Thanks for your great work.

How do you deal with the CIFAR100 (32x32 image size)?

Adjust patch size or just resize the input image to 224x224 first?

Sara-Ahmed commented 2 years ago

Thanks for your interest in the work. You can actually do both, use the default patch size with 16x16 or reduce the patch size in use 32x32 resolution.

For more flexibility, please refer to https://github.com/Sara-Ahmed/GMML