Example code of ResNet with torchvision on cifar10?

Is there any example of ResNet with torchvision on the cifar10 dataset?

Have you tried using Google or searching on Github? There must be over twenty…

I mean code using torchvision.models.resnet on cifar10.

If you find a suitable code base, you can easily load the torchvision ResNet as described in the transfer learning tutorial.
Also you could use this tutorial with the Cifar10 dataset. :wink:

1 Like