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