You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: torchvision/models/quantization/resnet.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -378,7 +378,7 @@ def resnext101_32x8d(
378
378
GPU inference is not yet supported.
379
379
380
380
Args:
381
-
weights (:class:`~torchvision.models.quantization.ResNet101_32X8D_QuantizedWeights` or :class:`~torchvision.models.ResNet101_32X8D_Weights`, optional): The
381
+
weights (:class:`~torchvision.models.quantization.ResNeXt101_32X8D_QuantizedWeights` or :class:`~torchvision.models.ResNeXt101_32X8D_Weights`, optional): The
382
382
pretrained weights for the model. See
383
383
:class:`~torchvision.models.quantization.ResNet101_32X8D_QuantizedWeights` below for
384
384
more details, and possible values. By default, no pre-trained
weights (:class:`~torchvision.models.quantization.ResNet101_64X4D_QuantizedWeights` or :class:`~torchvision.models.ResNet101_64X4D_Weights`, optional): The
424
+
weights (:class:`~torchvision.models.quantization.ResNeXt101_64X4D_QuantizedWeights` or :class:`~torchvision.models.ResNeXt101_64X4D_Weights`, optional): The
425
425
pretrained weights for the model. See
426
426
:class:`~torchvision.models.quantization.ResNet101_64X4D_QuantizedWeights` below for
427
427
more details, and possible values. By default, no pre-trained
0 commit comments