Skip to content

Commit b30fa5c

Browse files
authored
Remove duplicate doc args. (#6340)
1 parent 0a919db commit b30fa5c

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

torchvision/models/regnet.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,10 +1392,6 @@ def regnet_x_1_6gf(*, weights: Optional[RegNet_X_1_6GF_Weights] = None, progress
13921392
13931393
.. autoclass:: torchvision.models.RegNet_X_1_6GF_Weights
13941394
:members:
1395-
1396-
Args:
1397-
weights (RegNet_X_1_6GF_Weights, optional): The pretrained weights for the model
1398-
progress (bool): If True, displays a progress bar of the download to stderr
13991395
"""
14001396
weights = RegNet_X_1_6GF_Weights.verify(weights)
14011397

@@ -1422,10 +1418,6 @@ def regnet_x_3_2gf(*, weights: Optional[RegNet_X_3_2GF_Weights] = None, progress
14221418
14231419
.. autoclass:: torchvision.models.RegNet_X_3_2GF_Weights
14241420
:members:
1425-
1426-
Args:
1427-
weights (RegNet_X_3_2GF_Weights, optional): The pretrained weights for the model
1428-
progress (bool): If True, displays a progress bar of the download to stderr
14291421
"""
14301422
weights = RegNet_X_3_2GF_Weights.verify(weights)
14311423

@@ -1452,10 +1444,6 @@ def regnet_x_8gf(*, weights: Optional[RegNet_X_8GF_Weights] = None, progress: bo
14521444
14531445
.. autoclass:: torchvision.models.RegNet_X_8GF_Weights
14541446
:members:
1455-
1456-
Args:
1457-
weights (RegNet_X_8GF_Weights, optional): The pretrained weights for the model
1458-
progress (bool): If True, displays a progress bar of the download to stderr
14591447
"""
14601448
weights = RegNet_X_8GF_Weights.verify(weights)
14611449

@@ -1482,10 +1470,6 @@ def regnet_x_16gf(*, weights: Optional[RegNet_X_16GF_Weights] = None, progress:
14821470
14831471
.. autoclass:: torchvision.models.RegNet_X_16GF_Weights
14841472
:members:
1485-
1486-
Args:
1487-
weights (RegNet_X_16GF_Weights, optional): The pretrained weights for the model
1488-
progress (bool): If True, displays a progress bar of the download to stderr
14891473
"""
14901474
weights = RegNet_X_16GF_Weights.verify(weights)
14911475

@@ -1512,10 +1496,6 @@ def regnet_x_32gf(*, weights: Optional[RegNet_X_32GF_Weights] = None, progress:
15121496
15131497
.. autoclass:: torchvision.models.RegNet_X_32GF_Weights
15141498
:members:
1515-
1516-
Args:
1517-
weights (RegNet_X_32GF_Weights, optional): The pretrained weights for the model
1518-
progress (bool): If True, displays a progress bar of the download to stderr
15191499
"""
15201500
weights = RegNet_X_32GF_Weights.verify(weights)
15211501

0 commit comments

Comments
 (0)