@@ -932,16 +932,16 @@ def regnet_y_400mf(*, weights: Optional[RegNet_Y_400MF_Weights] = None, progress
932
932
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
933
933
934
934
Args:
935
- weights (:class:`torchvision.models.regnet .RegNet_Y_400MF_Weights`, optional): The pretrained weights to use.
936
- See :class:`~torchvision.models.regnet. RegNet_Y_400MF_Weights` below for more details and possible values.
935
+ weights (:class:`~ torchvision.models.RegNet_Y_400MF_Weights`, optional): The pretrained weights to use.
936
+ See :class:`~torchvision.models.RegNet_Y_400MF_Weights` below for more details and possible values.
937
937
By default, no pretrained weights are used.
938
938
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
939
939
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
940
940
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
941
941
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
942
942
for more detail about the classes.
943
943
944
- .. autoclass:: torchvision.models.regnet. RegNet_Y_400MF_Weights
944
+ .. autoclass:: torchvision.models.RegNet_Y_400MF_Weights
945
945
:members:
946
946
"""
947
947
weights = RegNet_Y_400MF_Weights .verify (weights )
@@ -957,16 +957,16 @@ def regnet_y_800mf(*, weights: Optional[RegNet_Y_800MF_Weights] = None, progress
957
957
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
958
958
959
959
Args:
960
- weights (:class:`torchvision.models.regnet .RegNet_Y_800MF_Weights`, optional): The pretrained weights to use.
961
- See :class:`~torchvision.models.regnet. RegNet_Y_800MF_Weights` below for more details and possible values.
960
+ weights (:class:`~ torchvision.models.RegNet_Y_800MF_Weights`, optional): The pretrained weights to use.
961
+ See :class:`~torchvision.models.RegNet_Y_800MF_Weights` below for more details and possible values.
962
962
By default, no pretrained weights are used.
963
963
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
964
964
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
965
965
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
966
966
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
967
967
for more detail about the classes.
968
968
969
- .. autoclass:: torchvision.models.regnet. RegNet_Y_800MF_Weights
969
+ .. autoclass:: torchvision.models.RegNet_Y_800MF_Weights
970
970
:members:
971
971
"""
972
972
weights = RegNet_Y_800MF_Weights .verify (weights )
@@ -982,16 +982,16 @@ def regnet_y_1_6gf(*, weights: Optional[RegNet_Y_1_6GF_Weights] = None, progress
982
982
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
983
983
984
984
Args:
985
- weights (:class:`torchvision.models.regnet .RegNet_Y_1_6GF_Weights`, optional): The pretrained weights to use.
986
- See :class:`~torchvision.models.regnet. RegNet_Y_1_6GF_Weights` below for more details and possible values.
985
+ weights (:class:`~ torchvision.models.RegNet_Y_1_6GF_Weights`, optional): The pretrained weights to use.
986
+ See :class:`~torchvision.models.RegNet_Y_1_6GF_Weights` below for more details and possible values.
987
987
By default, no pretrained weights are used.
988
988
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
989
989
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
990
990
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
991
991
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
992
992
for more detail about the classes.
993
993
994
- .. autoclass:: torchvision.models.regnet. RegNet_Y_1_6GF_Weights
994
+ .. autoclass:: torchvision.models.RegNet_Y_1_6GF_Weights
995
995
:members:
996
996
"""
997
997
weights = RegNet_Y_1_6GF_Weights .verify (weights )
@@ -1009,16 +1009,16 @@ def regnet_y_3_2gf(*, weights: Optional[RegNet_Y_3_2GF_Weights] = None, progress
1009
1009
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1010
1010
1011
1011
Args:
1012
- weights (:class:`torchvision.models.regnet .RegNet_Y_3_2GF_Weights`, optional): The pretrained weights to use.
1013
- See :class:`~torchvision.models.regnet. RegNet_Y_3_2GF_Weights` below for more details and possible values.
1012
+ weights (:class:`~ torchvision.models.RegNet_Y_3_2GF_Weights`, optional): The pretrained weights to use.
1013
+ See :class:`~torchvision.models.RegNet_Y_3_2GF_Weights` below for more details and possible values.
1014
1014
By default, no pretrained weights are used.
1015
1015
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1016
1016
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1017
1017
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1018
1018
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1019
1019
for more detail about the classes.
1020
1020
1021
- .. autoclass:: torchvision.models.regnet. RegNet_Y_3_2GF_Weights
1021
+ .. autoclass:: torchvision.models.RegNet_Y_3_2GF_Weights
1022
1022
:members:
1023
1023
"""
1024
1024
weights = RegNet_Y_3_2GF_Weights .verify (weights )
@@ -1036,16 +1036,16 @@ def regnet_y_8gf(*, weights: Optional[RegNet_Y_8GF_Weights] = None, progress: bo
1036
1036
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1037
1037
1038
1038
Args:
1039
- weights (:class:`torchvision.models.regnet .RegNet_Y_8GF_Weights`, optional): The pretrained weights to use.
1040
- See :class:`~torchvision.models.regnet. RegNet_Y_8GF_Weights` below for more details and possible values.
1039
+ weights (:class:`~ torchvision.models.RegNet_Y_8GF_Weights`, optional): The pretrained weights to use.
1040
+ See :class:`~torchvision.models.RegNet_Y_8GF_Weights` below for more details and possible values.
1041
1041
By default, no pretrained weights are used.
1042
1042
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1043
1043
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1044
1044
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1045
1045
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1046
1046
for more detail about the classes.
1047
1047
1048
- .. autoclass:: torchvision.models.regnet. RegNet_Y_8GF_Weights
1048
+ .. autoclass:: torchvision.models.RegNet_Y_8GF_Weights
1049
1049
:members:
1050
1050
"""
1051
1051
weights = RegNet_Y_8GF_Weights .verify (weights )
@@ -1063,16 +1063,16 @@ def regnet_y_16gf(*, weights: Optional[RegNet_Y_16GF_Weights] = None, progress:
1063
1063
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1064
1064
1065
1065
Args:
1066
- weights (:class:`torchvision.models.regnet .RegNet_Y_16GF_Weights`, optional): The pretrained weights to use.
1067
- See :class:`~torchvision.models.regnet. RegNet_Y_16GF_Weights` below for more details and possible values.
1066
+ weights (:class:`~ torchvision.models.RegNet_Y_16GF_Weights`, optional): The pretrained weights to use.
1067
+ See :class:`~torchvision.models.RegNet_Y_16GF_Weights` below for more details and possible values.
1068
1068
By default, no pretrained weights are used.
1069
1069
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1070
1070
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1071
1071
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1072
1072
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1073
1073
for more detail about the classes.
1074
1074
1075
- .. autoclass:: torchvision.models.regnet. RegNet_Y_16GF_Weights
1075
+ .. autoclass:: torchvision.models.RegNet_Y_16GF_Weights
1076
1076
:members:
1077
1077
"""
1078
1078
weights = RegNet_Y_16GF_Weights .verify (weights )
@@ -1090,16 +1090,16 @@ def regnet_y_32gf(*, weights: Optional[RegNet_Y_32GF_Weights] = None, progress:
1090
1090
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1091
1091
1092
1092
Args:
1093
- weights (:class:`torchvision.models.regnet .RegNet_Y_32GF_Weights`, optional): The pretrained weights to use.
1094
- See :class:`~torchvision.models.regnet. RegNet_Y_32GF_Weights` below for more details and possible values.
1093
+ weights (:class:`~ torchvision.models.RegNet_Y_32GF_Weights`, optional): The pretrained weights to use.
1094
+ See :class:`~torchvision.models.RegNet_Y_32GF_Weights` below for more details and possible values.
1095
1095
By default, no pretrained weights are used.
1096
1096
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1097
1097
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1098
1098
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1099
1099
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1100
1100
for more detail about the classes.
1101
1101
1102
- .. autoclass:: torchvision.models.regnet. RegNet_Y_32GF_Weights
1102
+ .. autoclass:: torchvision.models.RegNet_Y_32GF_Weights
1103
1103
:members:
1104
1104
"""
1105
1105
weights = RegNet_Y_32GF_Weights .verify (weights )
@@ -1117,16 +1117,16 @@ def regnet_y_128gf(*, weights: Optional[RegNet_Y_128GF_Weights] = None, progress
1117
1117
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1118
1118
1119
1119
Args:
1120
- weights (:class:`torchvision.models.regnet .RegNet_Y_128GF_Weights`, optional): The pretrained weights to use.
1121
- See :class:`~torchvision.models.regnet. RegNet_Y_128GF_Weights` below for more details and possible values.
1120
+ weights (:class:`~ torchvision.models.RegNet_Y_128GF_Weights`, optional): The pretrained weights to use.
1121
+ See :class:`~torchvision.models.RegNet_Y_128GF_Weights` below for more details and possible values.
1122
1122
By default, no pretrained weights are used.
1123
1123
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1124
1124
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1125
1125
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1126
1126
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1127
1127
for more detail about the classes.
1128
1128
1129
- .. autoclass:: torchvision.models.regnet. RegNet_Y_128GF_Weights
1129
+ .. autoclass:: torchvision.models.RegNet_Y_128GF_Weights
1130
1130
:members:
1131
1131
"""
1132
1132
weights = RegNet_Y_128GF_Weights .verify (weights )
@@ -1144,16 +1144,16 @@ def regnet_x_400mf(*, weights: Optional[RegNet_X_400MF_Weights] = None, progress
1144
1144
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1145
1145
1146
1146
Args:
1147
- weights (:class:`torchvision.models.regnet .RegNet_X_400MF_Weights`, optional): The pretrained weights to use.
1148
- See :class:`~torchvision.models.regnet. RegNet_X_400MF_Weights` below for more details and possible values.
1147
+ weights (:class:`~ torchvision.models.RegNet_X_400MF_Weights`, optional): The pretrained weights to use.
1148
+ See :class:`~torchvision.models.RegNet_X_400MF_Weights` below for more details and possible values.
1149
1149
By default, no pretrained weights are used.
1150
1150
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1151
1151
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1152
1152
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1153
1153
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1154
1154
for more detail about the classes.
1155
1155
1156
- .. autoclass:: torchvision.models.regnet. RegNet_X_400MF_Weights
1156
+ .. autoclass:: torchvision.models.RegNet_X_400MF_Weights
1157
1157
:members:
1158
1158
"""
1159
1159
weights = RegNet_X_400MF_Weights .verify (weights )
@@ -1169,16 +1169,16 @@ def regnet_x_800mf(*, weights: Optional[RegNet_X_800MF_Weights] = None, progress
1169
1169
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1170
1170
1171
1171
Args:
1172
- weights (:class:`torchvision.models.regnet .RegNet_X_800MF_Weights`, optional): The pretrained weights to use.
1173
- See :class:`~torchvision.models.regnet. RegNet_X_800MF_Weights` below for more details and possible values.
1172
+ weights (:class:`~ torchvision.models.RegNet_X_800MF_Weights`, optional): The pretrained weights to use.
1173
+ See :class:`~torchvision.models.RegNet_X_800MF_Weights` below for more details and possible values.
1174
1174
By default, no pretrained weights are used.
1175
1175
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1176
1176
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1177
1177
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1178
1178
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1179
1179
for more detail about the classes.
1180
1180
1181
- .. autoclass:: torchvision.models.regnet. RegNet_X_800MF_Weights
1181
+ .. autoclass:: torchvision.models.RegNet_X_800MF_Weights
1182
1182
:members:
1183
1183
"""
1184
1184
weights = RegNet_X_800MF_Weights .verify (weights )
@@ -1194,16 +1194,16 @@ def regnet_x_1_6gf(*, weights: Optional[RegNet_X_1_6GF_Weights] = None, progress
1194
1194
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1195
1195
1196
1196
Args:
1197
- weights (:class:`torchvision.models.regnet .RegNet_X_1_6GF_Weights`, optional): The pretrained weights to use.
1198
- See :class:`~torchvision.models.regnet. RegNet_X_1_6GF_Weights` below for more details and possible values.
1197
+ weights (:class:`~ torchvision.models.RegNet_X_1_6GF_Weights`, optional): The pretrained weights to use.
1198
+ See :class:`~torchvision.models.RegNet_X_1_6GF_Weights` below for more details and possible values.
1199
1199
By default, no pretrained weights are used.
1200
1200
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1201
1201
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1202
1202
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1203
1203
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1204
1204
for more detail about the classes.
1205
1205
1206
- .. autoclass:: torchvision.models.regnet. RegNet_X_1_6GF_Weights
1206
+ .. autoclass:: torchvision.models.RegNet_X_1_6GF_Weights
1207
1207
:members:
1208
1208
1209
1209
Args:
@@ -1223,16 +1223,16 @@ def regnet_x_3_2gf(*, weights: Optional[RegNet_X_3_2GF_Weights] = None, progress
1223
1223
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1224
1224
1225
1225
Args:
1226
- weights (:class:`torchvision.models.regnet .RegNet_X_3_2GF_Weights`, optional): The pretrained weights to use.
1227
- See :class:`~torchvision.models.regnet. RegNet_X_3_2GF_Weights` below for more details and possible values.
1226
+ weights (:class:`~ torchvision.models.RegNet_X_3_2GF_Weights`, optional): The pretrained weights to use.
1227
+ See :class:`~torchvision.models.RegNet_X_3_2GF_Weights` below for more details and possible values.
1228
1228
By default, no pretrained weights are used.
1229
1229
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1230
1230
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1231
1231
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1232
1232
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1233
1233
for more detail about the classes.
1234
1234
1235
- .. autoclass:: torchvision.models.regnet. RegNet_X_3_2GF_Weights
1235
+ .. autoclass:: torchvision.models.RegNet_X_3_2GF_Weights
1236
1236
:members:
1237
1237
1238
1238
Args:
@@ -1252,16 +1252,16 @@ def regnet_x_8gf(*, weights: Optional[RegNet_X_8GF_Weights] = None, progress: bo
1252
1252
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1253
1253
1254
1254
Args:
1255
- weights (:class:`torchvision.models.regnet .RegNet_X_8GF_Weights`, optional): The pretrained weights to use.
1256
- See :class:`~torchvision.models.regnet. RegNet_X_8GF_Weights` below for more details and possible values.
1255
+ weights (:class:`~ torchvision.models.RegNet_X_8GF_Weights`, optional): The pretrained weights to use.
1256
+ See :class:`~torchvision.models.RegNet_X_8GF_Weights` below for more details and possible values.
1257
1257
By default, no pretrained weights are used.
1258
1258
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1259
1259
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1260
1260
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1261
1261
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1262
1262
for more detail about the classes.
1263
1263
1264
- .. autoclass:: torchvision.models.regnet. RegNet_X_8GF_Weights
1264
+ .. autoclass:: torchvision.models.RegNet_X_8GF_Weights
1265
1265
:members:
1266
1266
1267
1267
Args:
@@ -1281,16 +1281,16 @@ def regnet_x_16gf(*, weights: Optional[RegNet_X_16GF_Weights] = None, progress:
1281
1281
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1282
1282
1283
1283
Args:
1284
- weights (:class:`torchvision.models.regnet .RegNet_X_16GF_Weights`, optional): The pretrained weights to use.
1285
- See :class:`~torchvision.models.regnet. RegNet_X_16GF_Weights` below for more details and possible values.
1284
+ weights (:class:`~ torchvision.models.RegNet_X_16GF_Weights`, optional): The pretrained weights to use.
1285
+ See :class:`~torchvision.models.RegNet_X_16GF_Weights` below for more details and possible values.
1286
1286
By default, no pretrained weights are used.
1287
1287
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1288
1288
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1289
1289
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1290
1290
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1291
1291
for more detail about the classes.
1292
1292
1293
- .. autoclass:: torchvision.models.regnet. RegNet_X_16GF_Weights
1293
+ .. autoclass:: torchvision.models.RegNet_X_16GF_Weights
1294
1294
:members:
1295
1295
1296
1296
Args:
@@ -1310,16 +1310,16 @@ def regnet_x_32gf(*, weights: Optional[RegNet_X_32GF_Weights] = None, progress:
1310
1310
`Designing Network Design Spaces <https://arxiv.org/abs/2003.13678>`_.
1311
1311
1312
1312
Args:
1313
- weights (:class:`torchvision.models.regnet .RegNet_X_32GF_Weights`, optional): The pretrained weights to use.
1314
- See :class:`~torchvision.models.regnet. RegNet_X_32GF_Weights` below for more details and possible values.
1313
+ weights (:class:`~ torchvision.models.RegNet_X_32GF_Weights`, optional): The pretrained weights to use.
1314
+ See :class:`~torchvision.models.RegNet_X_32GF_Weights` below for more details and possible values.
1315
1315
By default, no pretrained weights are used.
1316
1316
progress (bool, optional): If True, displays a progress bar of the download to stderr. Default is True.
1317
1317
**kwargs: parameters passed to either ``torchvision.models.regnet.RegNet`` or
1318
1318
``torchvision.models.regnet.BlockParams`` class. Please refer to the `source code
1319
1319
<https://github.com/pytorch/vision/blob/main/torchvision/models/regnet.py>`_
1320
1320
for more detail about the classes.
1321
1321
1322
- .. autoclass:: torchvision.models.regnet. RegNet_X_32GF_Weights
1322
+ .. autoclass:: torchvision.models.RegNet_X_32GF_Weights
1323
1323
:members:
1324
1324
1325
1325
Args:
0 commit comments