Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
52eb5039
"...text-generation-inference.git" did not exist on "9b6db5f79312466ac698c128c8abd4fb3b7b47d3"
Unverified
Commit
52eb5039
authored
Jun 23, 2023
by
Tommaso Bianconcini
Committed by
GitHub
Jun 23, 2023
Browse files
Fix typos in mobilenetv3 docstrings (#7695)
parent
887b6f1f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
torchvision/models/mobilenetv3.py
torchvision/models/mobilenetv3.py
+2
-2
No files found.
torchvision/models/mobilenetv3.py
View file @
52eb5039
...
@@ -378,7 +378,7 @@ def mobilenet_v3_large(
...
@@ -378,7 +378,7 @@ def mobilenet_v3_large(
weights are used.
weights are used.
progress (bool, optional): If True, displays a progress bar of the
progress (bool, optional): If True, displays a progress bar of the
download to stderr. Default is True.
download to stderr. Default is True.
**kwargs: parameters passed to the ``torchvision.models.
res
net.MobileNetV3``
**kwargs: parameters passed to the ``torchvision.models.
mobile
net.MobileNetV3``
base class. Please refer to the `source code
base class. Please refer to the `source code
<https://github.com/pytorch/vision/blob/main/torchvision/models/mobilenetv3.py>`_
<https://github.com/pytorch/vision/blob/main/torchvision/models/mobilenetv3.py>`_
for more details about this class.
for more details about this class.
...
@@ -409,7 +409,7 @@ def mobilenet_v3_small(
...
@@ -409,7 +409,7 @@ def mobilenet_v3_small(
weights are used.
weights are used.
progress (bool, optional): If True, displays a progress bar of the
progress (bool, optional): If True, displays a progress bar of the
download to stderr. Default is True.
download to stderr. Default is True.
**kwargs: parameters passed to the ``torchvision.models.
res
net.MobileNetV3``
**kwargs: parameters passed to the ``torchvision.models.
mobile
net.MobileNetV3``
base class. Please refer to the `source code
base class. Please refer to the `source code
<https://github.com/pytorch/vision/blob/main/torchvision/models/mobilenetv3.py>`_
<https://github.com/pytorch/vision/blob/main/torchvision/models/mobilenetv3.py>`_
for more details about this class.
for more details about this class.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment