Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions torchvision/models/quantization/resnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def resnet18(
**kwargs: Any,
) -> QuantizableResNet:
"""ResNet-18 model from
`Deep Residual Learning for Image Recognition <https://arxiv.org/abs/1512.03385.pdf>`_
`Deep Residual Learning for Image Recognition <https://arxiv.org/abs/1512.03385>`_

.. note::
Note that ``quantize = True`` returns a quantized model with 8 bit
Expand Down Expand Up @@ -317,7 +317,7 @@ def resnet50(
**kwargs: Any,
) -> QuantizableResNet:
"""ResNet-50 model from
`Deep Residual Learning for Image Recognition <https://arxiv.org/abs/1512.03385.pdf>`_
`Deep Residual Learning for Image Recognition <https://arxiv.org/abs/1512.03385>`_

.. note::
Note that ``quantize = True`` returns a quantized model with 8 bit
Expand Down