Skip to content

Commit 52eb503

Browse files
authored
Fix typos in mobilenetv3 docstrings (#7695)
1 parent 887b6f1 commit 52eb503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchvision/models/mobilenetv3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def mobilenet_v3_large(
378378
weights are used.
379379
progress (bool, optional): If True, displays a progress bar of the
380380
download to stderr. Default is True.
381-
**kwargs: parameters passed to the ``torchvision.models.resnet.MobileNetV3``
381+
**kwargs: parameters passed to the ``torchvision.models.mobilenet.MobileNetV3``
382382
base class. Please refer to the `source code
383383
<https://github.com/pytorch/vision/blob/main/torchvision/models/mobilenetv3.py>`_
384384
for more details about this class.
@@ -409,7 +409,7 @@ def mobilenet_v3_small(
409409
weights are used.
410410
progress (bool, optional): If True, displays a progress bar of the
411411
download to stderr. Default is True.
412-
**kwargs: parameters passed to the ``torchvision.models.resnet.MobileNetV3``
412+
**kwargs: parameters passed to the ``torchvision.models.mobilenet.MobileNetV3``
413413
base class. Please refer to the `source code
414414
<https://github.com/pytorch/vision/blob/main/torchvision/models/mobilenetv3.py>`_
415415
for more details about this class.

0 commit comments

Comments
 (0)