What kind of datasets are used for model pre-training?

Hi, I got a question about the pre-trained models.

I am currently using PyTorch implemented and pre-trained MobileNetV2, ResNet, DenseNet.
Are these models all pretrained with the ImageNet dataset?

Thanks for your help!

Yes, classification models are using ImageNet-12 based on this answer.

Thanks for the reply :slight_smile: