From dd5a9721434080c43c3e009943cf7e64c286f3ae Mon Sep 17 00:00:00 2001 From: frgfm <26927750+frgfm@users.noreply.github.com> Date: Tue, 17 May 2022 00:07:09 +0200 Subject: [PATCH] docs: Fixed quantized resnet docstring --- torchvision/models/quantization/resnet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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