Shortcuts

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 instantiate 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.

mnasnet0_5(*[, weights, progress])

MNASNet with depth multiplier of 0.5 from MnasNet: Platform-Aware Neural Architecture Search for Mobile paper.

mnasnet0_75(*[, weights, progress])

MNASNet with depth multiplier of 0.75 from MnasNet: Platform-Aware Neural Architecture Search for Mobile paper.

mnasnet1_0(*[, weights, progress])

MNASNet with depth multiplier of 1.0 from MnasNet: Platform-Aware Neural Architecture Search for Mobile paper.

mnasnet1_3(*[, weights, progress])

MNASNet with depth multiplier of 1.3 from MnasNet: Platform-Aware Neural Architecture Search for Mobile paper.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources