MNASNet¶
MNASNet 模型基于 MnasNet: Platform-Aware Neural Architecture Search for Mobile 论文。
模型构建器¶
可以使用以下模型构建器来实例化 MNASNet 模型。所有模型构建器内部都依赖于 torchvision.models.mnasnet.MNASNet
基类。有关此类更多详细信息,请参阅 源代码。
|
具有 0.5 深度乘数的 MNASNet,来自 MnasNet: Platform-Aware Neural Architecture Search for Mobile 论文。 |
|
具有 0.75 深度乘数的 MNASNet,来自 MnasNet: Platform-Aware Neural Architecture Search for Mobile 论文。 |
|
具有 1.0 深度乘数的 MNASNet,来自 MnasNet: Platform-Aware Neural Architecture Search for Mobile 论文。 |
|
具有 1.3 深度乘数的 MNASNet,来自 MnasNet: Platform-Aware Neural Architecture Search for Mobile 论文。 |