快捷方式

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 的全面开发者文档

查看文档

教程

获取面向初学者和高级开发者的深入教程

查看教程

资源

查找开发资源并获得问题解答

查看资源