Skip to content

Commit

Permalink
Fix typos in mobilenetv3 docstrings (#7695)
Browse files Browse the repository at this point in the history
  • Loading branch information
biascia committed Jun 23, 2023
1 parent 887b6f1 commit 52eb503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchvision/models/mobilenetv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def mobilenet_v3_large(
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.resnet.MobileNetV3``
**kwargs: parameters passed to the ``torchvision.models.mobilenet.MobileNetV3``
base class. Please refer to the `source code
<https://github.com/pytorch/vision/blob/main/torchvision/models/mobilenetv3.py>`_
for more details about this class.
Expand Down Expand Up @@ -409,7 +409,7 @@ def mobilenet_v3_small(
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.resnet.MobileNetV3``
**kwargs: parameters passed to the ``torchvision.models.mobilenet.MobileNetV3``
base class. Please refer to the `source code
<https://github.com/pytorch/vision/blob/main/torchvision/models/mobilenetv3.py>`_
for more details about this class.
Expand Down

0 comments on commit 52eb503

Please sign in to comment.