快捷方式

EfficientNetV2

EfficientNetV2 模型基於 EfficientNetV2: Smaller Models and Faster Training 論文。

模型構建器

以下模型構建器可用於例項化 EfficientNetV2 模型,可選用預訓練權重。所有模型構建器內部都依賴於 torchvision.models.efficientnet.EfficientNet 基類。有關此類類的更多詳細資訊,請參閱 原始碼

efficientnet_v2_s(*[, weights, progress])

EfficientNetV2: Smaller Models and Faster Training 構建 EfficientNetV2-S 架構。

efficientnet_v2_m(*[, weights, progress])

EfficientNetV2: Smaller Models and Faster Training 構建 EfficientNetV2-M 架構。

efficientnet_v2_l(*[, weights, progress])

EfficientNetV2: Smaller Models and Faster Training 構建 EfficientNetV2-L 架構。

文件

訪問全面的 PyTorch 開發者文件

檢視文件

教程

為初學者和高階開發者提供深入的教程

檢視教程

資源

查詢開發資源並讓您的問題得到解答

檢視資源