@@ -1392,10 +1392,6 @@ def regnet_x_1_6gf(*, weights: Optional[RegNet_X_1_6GF_Weights] = None, progress
1392
1392
1393
1393
.. autoclass:: torchvision.models.RegNet_X_1_6GF_Weights
1394
1394
: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
1399
1395
"""
1400
1396
weights = RegNet_X_1_6GF_Weights .verify (weights )
1401
1397
@@ -1422,10 +1418,6 @@ def regnet_x_3_2gf(*, weights: Optional[RegNet_X_3_2GF_Weights] = None, progress
1422
1418
1423
1419
.. autoclass:: torchvision.models.RegNet_X_3_2GF_Weights
1424
1420
: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
1429
1421
"""
1430
1422
weights = RegNet_X_3_2GF_Weights .verify (weights )
1431
1423
@@ -1452,10 +1444,6 @@ def regnet_x_8gf(*, weights: Optional[RegNet_X_8GF_Weights] = None, progress: bo
1452
1444
1453
1445
.. autoclass:: torchvision.models.RegNet_X_8GF_Weights
1454
1446
: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
1459
1447
"""
1460
1448
weights = RegNet_X_8GF_Weights .verify (weights )
1461
1449
@@ -1482,10 +1470,6 @@ def regnet_x_16gf(*, weights: Optional[RegNet_X_16GF_Weights] = None, progress:
1482
1470
1483
1471
.. autoclass:: torchvision.models.RegNet_X_16GF_Weights
1484
1472
: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
1489
1473
"""
1490
1474
weights = RegNet_X_16GF_Weights .verify (weights )
1491
1475
@@ -1512,10 +1496,6 @@ def regnet_x_32gf(*, weights: Optional[RegNet_X_32GF_Weights] = None, progress:
1512
1496
1513
1497
.. autoclass:: torchvision.models.RegNet_X_32GF_Weights
1514
1498
: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
1519
1499
"""
1520
1500
weights = RegNet_X_32GF_Weights .verify (weights )
1521
1501
0 commit comments