File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
torchvision/models/quantization Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ def resnet18(
268268 ** kwargs : Any ,
269269) -> QuantizableResNet :
270270 """ResNet-18 model from
271- `Deep Residual Learning for Image Recognition <https://arxiv.org/abs/1512.03385.pdf >`_
271+ `Deep Residual Learning for Image Recognition <https://arxiv.org/abs/1512.03385>`_
272272
273273 .. note::
274274 Note that ``quantize = True`` returns a quantized model with 8 bit
@@ -317,7 +317,7 @@ def resnet50(
317317 ** kwargs : Any ,
318318) -> QuantizableResNet :
319319 """ResNet-50 model from
320- `Deep Residual Learning for Image Recognition <https://arxiv.org/abs/1512.03385.pdf >`_
320+ `Deep Residual Learning for Image Recognition <https://arxiv.org/abs/1512.03385>`_
321321
322322 .. note::
323323 Note that ``quantize = True`` returns a quantized model with 8 bit
You can’t perform that action at this time.
0 commit comments