MNASNet¶
The MNASNet model is based on the MnasNet: Platform-Aware Neural Architecture Search for Mobile paper.
Model builders¶
The following model builders can be used to instanciate an MNASNet model.
All the model builders internally rely on the
torchvision.models.mnasnet.MNASNet
base class. Please refer to the source
code for
more details about this class.
|
MNASNet with depth multiplier of 0.5 from MnasNet: Platform-Aware Neural Architecture Search for Mobile paper. |
|
MNASNet with depth multiplier of 0.75 from MnasNet: Platform-Aware Neural Architecture Search for Mobile paper. |
|
MNASNet with depth multiplier of 1.0 from MnasNet: Platform-Aware Neural Architecture Search for Mobile paper. |
|
MNASNet with depth multiplier of 1.3 from MnasNet: Platform-Aware Neural Architecture Search for Mobile paper. |