快捷方式

ConvNeXt

ConvNeXt 模型基於 《A ConvNet for the 2020s》 論文。

模型構建器

以下模型構建器可用於例項化 ConvNeXt 模型,可選擇是否載入預訓練權重。所有模型構建器內部均依賴於 torchvision.models.convnext.ConvNeXt 基類。有關此類名稱的更多詳細資訊,請參閱 原始碼

convnext_tiny(*[, weights, progress])

ConvNeXt Tiny 模型架構,來自 《A ConvNet for the 2020s》 論文。

convnext_small(*[, weights, progress])

ConvNeXt Small 模型架構,來自 《A ConvNet for the 2020s》 論文。

convnext_base(*[, weights, progress])

ConvNeXt Base 模型架構,來自 《A ConvNet for the 2020s》 論文。

convnext_large(*[, weights, progress])

ConvNeXt Large 模型架構,來自 《A ConvNet for the 2020s》 論文。

文件

訪問全面的 PyTorch 開發者文件

檢視文件

教程

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

檢視教程

資源

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

檢視資源