EfficientNet¶
The EfficientNet model is based on the EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks paper.
Model builders¶
The following model builders can be used to instanciate an EfficientNet 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.