File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments