mnasnet1_3¶
- torchvision.models.mnasnet1_3(*, weights: Optional[MNASNet1_3_Weights] = None, progress: bool = True, **kwargs: Any) MNASNet[source]¶
MNASNet with depth multiplier of 1.3 from MnasNet: Platform-Aware Neural Architecture Search for Mobile paper.
- Parameters:
weights (
MNASNet1_3_Weights, optional) – The pretrained weights to use. SeeMNASNet1_3_Weightsbelow for more details, and possible values. By default, no pre-trained weights are used.progress (bool, optional) – If True, displays a progress bar of the download to stderr. Default is True.
**kwargs – parameters passed to the
torchvision.models.mnasnet.MNASNetbase class. Please refer to the source code for more details about this class.