Pretrained Torch vision models

I was wondering on what size of ImageNet, the pretrained models of torch vision were pre-trained ?

ImageNet 1K
or
ImageNet21K
or
ImageNet22K

Based on this older post:

they are pretrained on 2012 version of it and I would assume on the 1K classes version, since all pretrained classification models have 1000 output logits.

1 Like