Skip to content

Commit a7265b2

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Fix typos in mobilenetv3 docstrings (#7695)
Reviewed By: vmoens Differential Revision: D47186576 fbshipit-source-id: f70d5e5175a77152529255a50b5f5964a9b27674
1 parent 83039bc commit a7265b2

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)