快捷方式

MNASNet

MNASNet 模型基於 MnasNet: Platform-Aware Neural Architecture Search for Mobile 論文。

模型構建器

以下模型構建器可用於例項化 MNASNet 模型。所有模型構建器內部都依賴於 torchvision.models.mnasnet.MNASNet 基類。請參閱 原始碼,以獲取有關此類的更多詳細資訊。

mnasnet0_5(*[, weights, progress])

來自 MnasNet: Platform-Aware Neural Architecture Search for Mobile 論文,深度乘數為 0.5 的 MNASNet。

mnasnet0_75(*[, weights, progress])

來自 MnasNet: Platform-Aware Neural Architecture Search for Mobile 論文,深度乘數為 0.75 的 MNASNet。

mnasnet1_0(*[, weights, progress])

來自 MnasNet: Platform-Aware Neural Architecture Search for Mobile 論文,深度乘數為 1.0 的 MNASNet。

mnasnet1_3(*[, weights, progress])

來自 MnasNet: Platform-Aware Neural Architecture Search for Mobile 論文,深度乘數為 1.3 的 MNASNet。

文件

訪問 PyTorch 的全面開發者文件

檢視文件

教程

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

檢視教程

資源

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

檢視資源