Shortcuts

MNASNet

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

模型构建器

以下模型构建器可用于实例化MNASNet模型。 所有模型构建器内部都依赖于 torchvision.models.mnasnet.MNASNet基类。请参阅源代码以获取有关此类的更多详细信息。

mnasnet0_5(*[, 权重, 进度])

来自MnasNet: Platform-Aware Neural Architecture Search for Mobile论文的深度乘数为0.5的MNASNet。

mnasnet0_75(*[, 权重, 进度])

深度乘数为0.75的MNASNet,来自MnasNet: Platform-Aware Neural Architecture Search for Mobile论文。

mnasnet1_0(*[, 权重, 进度])

深度乘数为1.0的MNASNet,来自MnasNet: Platform-Aware Neural Architecture Search for Mobile论文。

mnasnet1_3(*[, 权重, 进度])

来自MnasNet: Platform-Aware Neural Architecture Search for Mobile论文的深度乘数为1.3的MNASNet。