fscil icon indicating copy to clipboard operation
fscil copied to clipboard

ResNet-18 architecture used

Open hgoyal5 opened this issue 4 years ago • 1 comments

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.

hgoyal5 avatar Aug 26 '20 15:08 hgoyal5

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

xyutao avatar Aug 30 '20 04:08 xyutao