@@ -302,7 +302,7 @@ def resnet18(
302
302
quantize (bool, optional): If True, return a quantized version of the model. Default is False.
303
303
**kwargs: parameters passed to the ``torchvision.models.quantization.QuantizableResNet``
304
304
base class. Please refer to the `source code
305
- <https://github.com/pytorch/vision/blob/main/torchvision/models/quantization. resnet.py>`_
305
+ <https://github.com/pytorch/vision/blob/main/torchvision/models/quantization/ resnet.py>`_
306
306
for more details about this class.
307
307
308
308
.. autoclass:: torchvision.models.quantization.ResNet18_QuantizedWeights
@@ -351,7 +351,7 @@ def resnet50(
351
351
quantize (bool, optional): If True, return a quantized version of the model. Default is False.
352
352
**kwargs: parameters passed to the ``torchvision.models.quantization.QuantizableResNet``
353
353
base class. Please refer to the `source code
354
- <https://github.com/pytorch/vision/blob/main/torchvision/models/quantization. resnet.py>`_
354
+ <https://github.com/pytorch/vision/blob/main/torchvision/models/quantization/ resnet.py>`_
355
355
for more details about this class.
356
356
357
357
.. autoclass:: torchvision.models.quantization.ResNet50_QuantizedWeights
@@ -400,7 +400,7 @@ def resnext101_32x8d(
400
400
quantize (bool, optional): If True, return a quantized version of the model. Default is False.
401
401
**kwargs: parameters passed to the ``torchvision.models.quantization.QuantizableResNet``
402
402
base class. Please refer to the `source code
403
- <https://github.com/pytorch/vision/blob/main/torchvision/models/quantization. resnet.py>`_
403
+ <https://github.com/pytorch/vision/blob/main/torchvision/models/quantization/ resnet.py>`_
404
404
for more details about this class.
405
405
406
406
.. autoclass:: torchvision.models.quantization.ResNeXt101_32X8D_QuantizedWeights
@@ -443,7 +443,7 @@ def resnext101_64x4d(
443
443
quantize (bool, optional): If True, return a quantized version of the model. Default is False.
444
444
**kwargs: parameters passed to the ``torchvision.models.quantization.QuantizableResNet``
445
445
base class. Please refer to the `source code
446
- <https://github.com/pytorch/vision/blob/main/torchvision/models/quantization. resnet.py>`_
446
+ <https://github.com/pytorch/vision/blob/main/torchvision/models/quantization/ resnet.py>`_
447
447
for more details about this class.
448
448
449
449
.. autoclass:: torchvision.models.quantization.ResNeXt101_64X4D_QuantizedWeights
0 commit comments