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