@@ -306,10 +306,8 @@ def mnasnet0_75(*, weights: Optional[MNASNet0_75_Weights] = None, progress: bool
306306 <https://arxiv.org/pdf/1807.11626.pdf>`_ paper.
307307
308308 Args:
309- weights (:class:`~torchvision.models.MNASNet0_75_Weights`, optional): The
310- pretrained weights to use. See
311- :class:`~torchvision.models.MNASNet0_75_Weights` below for
312- more details, and possible values. By default, no pre-trained
309+ weights (:class:`~torchvision.models.MNASNet0_75_Weights`, optional): Currently
310+ no pre-trained weights are available and by default no pre-trained
313311 weights are used.
314312 progress (bool, optional): If True, displays a progress bar of the
315313 download to stderr. Default is True.
@@ -358,10 +356,8 @@ def mnasnet1_3(*, weights: Optional[MNASNet1_3_Weights] = None, progress: bool =
358356 <https://arxiv.org/pdf/1807.11626.pdf>`_ paper.
359357
360358 Args:
361- weights (:class:`~torchvision.models.MNASNet1_3_Weights`, optional): The
362- pretrained weights to use. See
363- :class:`~torchvision.models.MNASNet1_3_Weights` below for
364- more details, and possible values. By default, no pre-trained
359+ weights (:class:`~torchvision.models.MNASNet1_3_Weights`, optional): Currently
360+ no pre-trained weights are available and by default no pre-trained
365361 weights are used.
366362 progress (bool, optional): If True, displays a progress bar of the
367363 download to stderr. Default is True.
0 commit comments