xyutao / fscil

Official repository for Few-Shot Class-Incremental Learning (FSCIL)
226 stars 37 forks source link

ResNet-18 architecture used #8

Open hgoyal5 opened 4 years ago

hgoyal5 commented 4 years ago

Hi, do you use the torchvision ResNet-18 architecture for all the datasets? I am a bit confused since CIFAR-100 is of size 32x32 and miniimagenet is of 84x84.

xyutao commented 4 years ago

torchvision.models does not contain the thumbnail version of ResNet-18.