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
b30fa5c1
Unverified
Commit
b30fa5c1
authored
Aug 01, 2022
by
Vasilis Vryniotis
Committed by
GitHub
Aug 01, 2022
Browse files
Remove duplicate doc args. (#6340)
parent
0a919dbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
torchvision/models/regnet.py
torchvision/models/regnet.py
+0
-20
No files found.
torchvision/models/regnet.py
View file @
b30fa5c1
...
...
@@ -1392,10 +1392,6 @@ def regnet_x_1_6gf(*, weights: Optional[RegNet_X_1_6GF_Weights] = None, progress
.. autoclass:: torchvision.models.RegNet_X_1_6GF_Weights
:members:
Args:
weights (RegNet_X_1_6GF_Weights, optional): The pretrained weights for the model
progress (bool): If True, displays a progress bar of the download to stderr
"""
weights
=
RegNet_X_1_6GF_Weights
.
verify
(
weights
)
...
...
@@ -1422,10 +1418,6 @@ def regnet_x_3_2gf(*, weights: Optional[RegNet_X_3_2GF_Weights] = None, progress
.. autoclass:: torchvision.models.RegNet_X_3_2GF_Weights
:members:
Args:
weights (RegNet_X_3_2GF_Weights, optional): The pretrained weights for the model
progress (bool): If True, displays a progress bar of the download to stderr
"""
weights
=
RegNet_X_3_2GF_Weights
.
verify
(
weights
)
...
...
@@ -1452,10 +1444,6 @@ def regnet_x_8gf(*, weights: Optional[RegNet_X_8GF_Weights] = None, progress: bo
.. autoclass:: torchvision.models.RegNet_X_8GF_Weights
:members:
Args:
weights (RegNet_X_8GF_Weights, optional): The pretrained weights for the model
progress (bool): If True, displays a progress bar of the download to stderr
"""
weights
=
RegNet_X_8GF_Weights
.
verify
(
weights
)
...
...
@@ -1482,10 +1470,6 @@ def regnet_x_16gf(*, weights: Optional[RegNet_X_16GF_Weights] = None, progress:
.. autoclass:: torchvision.models.RegNet_X_16GF_Weights
:members:
Args:
weights (RegNet_X_16GF_Weights, optional): The pretrained weights for the model
progress (bool): If True, displays a progress bar of the download to stderr
"""
weights
=
RegNet_X_16GF_Weights
.
verify
(
weights
)
...
...
@@ -1512,10 +1496,6 @@ def regnet_x_32gf(*, weights: Optional[RegNet_X_32GF_Weights] = None, progress:
.. autoclass:: torchvision.models.RegNet_X_32GF_Weights
:members:
Args:
weights (RegNet_X_32GF_Weights, optional): The pretrained weights for the model
progress (bool): If True, displays a progress bar of the download to stderr
"""
weights
=
RegNet_X_32GF_Weights
.
verify
(
weights
)
...
...
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