快捷方式

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 的全面開發者文件

檢視文件

教程

獲取面向初學者和高階開發者的深入教程

檢視教程

資源

查詢開發資源並獲得問題解答

檢視資源