diff --git a/torchvision/models/quantization/resnet.py b/torchvision/models/quantization/resnet.py index a2c65170309..65552f3a16a 100644 --- a/torchvision/models/quantization/resnet.py +++ b/torchvision/models/quantization/resnet.py @@ -268,7 +268,7 @@ def resnet18( **kwargs: Any, ) -> QuantizableResNet: """ResNet-18 model from - `Deep Residual Learning for Image Recognition `_ + `Deep Residual Learning for Image Recognition `_ .. note:: Note that ``quantize = True`` returns a quantized model with 8 bit @@ -317,7 +317,7 @@ def resnet50( **kwargs: Any, ) -> QuantizableResNet: """ResNet-50 model from - `Deep Residual Learning for Image Recognition `_ + `Deep Residual Learning for Image Recognition `_ .. note:: Note that ``quantize = True`` returns a quantized model with 8 bit