EfficientNetV2¶
EfficientNetV2 模型基於 EfficientNetV2: Smaller Models and Faster Training 論文。
模型構建器¶
以下模型構建器可用於例項化 EfficientNetV2 模型,可選用預訓練權重。所有模型構建器內部都依賴於 torchvision.models.efficientnet.EfficientNet 基類。有關此類類的更多詳細資訊,請參閱 原始碼。
|
從 EfficientNetV2: Smaller Models and Faster Training 構建 EfficientNetV2-S 架構。 |
|
從 EfficientNetV2: Smaller Models and Faster Training 構建 EfficientNetV2-M 架構。 |
|
從 EfficientNetV2: Smaller Models and Faster Training 構建 EfficientNetV2-L 架構。 |