捷徑

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 的完整開發者文件

查看文件

教學課程

取得針對初學者和進階開發者的深入教學課程

查看教學課程

資源

尋找開發資源並獲得您的問題解答

查看資源