快捷方式

MNASNet

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

模型構建器

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

mnasnet0_5(*[, weights, progress])

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

mnasnet0_75(*[, weights, progress])

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

mnasnet1_0(*[, weights, progress])

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

mnasnet1_3(*[, weights, progress])

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

文件

訪問全面的 PyTorch 開發者文件

檢視文件

教程

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

檢視教程

資源

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

檢視資源