mnasnet0_75¶
- torchvision.models.mnasnet0_75(*, weights: Optional[MNASNet0_75_Weights] = None, progress: bool = True, **kwargs: Any) MNASNet[source]¶
MNASNet with depth multiplier of 0.75 from MnasNet: Platform-Aware Neural Architecture Search for Mobile paper.
- Parameters:
weights (
MNASNet0_75_Weights, optional) – The pretrained weights to use. SeeMNASNet0_75_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.