Shortcuts

EfficientNetV2

The EfficientNetV2 model is based on the EfficientNetV2: Smaller Models and Faster Training paper.

Model builders

The following model builders can be used to instantiate an EfficientNetV2 model, with or without pre-trained weights. All the model builders internally rely on the torchvision.models.efficientnet.EfficientNet base class. Please refer to the source code for more details about this class.

efficientnet_v2_s(*[, weights, progress])

Constructs an EfficientNetV2-S architecture from EfficientNetV2: Smaller Models and Faster Training.

efficientnet_v2_m(*[, weights, progress])

Constructs an EfficientNetV2-M architecture from EfficientNetV2: Smaller Models and Faster Training.

efficientnet_v2_l(*[, weights, progress])

Constructs an EfficientNetV2-L architecture from EfficientNetV2: Smaller Models and Faster Training.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources