@@ -302,7 +302,7 @@ def resnet18(
302302 quantize (bool, optional): If True, return a quantized version of the model. Default is False.
303303 **kwargs: parameters passed to the ``torchvision.models.quantization.QuantizableResNet``
304304 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>`_
306306 for more details about this class.
307307
308308 .. autoclass:: torchvision.models.quantization.ResNet18_QuantizedWeights
@@ -351,7 +351,7 @@ def resnet50(
351351 quantize (bool, optional): If True, return a quantized version of the model. Default is False.
352352 **kwargs: parameters passed to the ``torchvision.models.quantization.QuantizableResNet``
353353 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>`_
355355 for more details about this class.
356356
357357 .. autoclass:: torchvision.models.quantization.ResNet50_QuantizedWeights
@@ -400,7 +400,7 @@ def resnext101_32x8d(
400400 quantize (bool, optional): If True, return a quantized version of the model. Default is False.
401401 **kwargs: parameters passed to the ``torchvision.models.quantization.QuantizableResNet``
402402 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>`_
404404 for more details about this class.
405405
406406 .. autoclass:: torchvision.models.quantization.ResNeXt101_32X8D_QuantizedWeights
@@ -443,7 +443,7 @@ def resnext101_64x4d(
443443 quantize (bool, optional): If True, return a quantized version of the model. Default is False.
444444 **kwargs: parameters passed to the ``torchvision.models.quantization.QuantizableResNet``
445445 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>`_
447447 for more details about this class.
448448
449449 .. autoclass:: torchvision.models.quantization.ResNeXt101_64X4D_QuantizedWeights
0 commit comments