Models and pre-trained weights - PyTorch
pytorch.org › vision › masterWe provide pre-trained models, using the PyTorch torch.utils.model_zoo . These can be constructed by passing pretrained=True: Instancing a pre-trained model will download its weights to a cache directory. This directory can be set using the TORCH_HOME environment variable. See torch.hub.load_state_dict_from_url () for details.
pytorch-image-models/xception.py at master - GitHub
https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/xception.pyPyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN ...