Skip to content

Commit 35ff3af

Browse files
authored
Merge branch 'release/0.18' into cp_a0c79b3
2 parents 2f98d20 + 7a4bdf3 commit 35ff3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/models/detection/ssdlite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def ssdlite320_mobilenet_v3_large(
255255
norm_layer (callable, optional): Module specifying the normalization layer to use.
256256
**kwargs: parameters passed to the ``torchvision.models.detection.ssd.SSD``
257257
base class. Please refer to the `source code
258-
<https://github.com/pytorch/vision/blob/main/torchvision/models/detection/ssd.py>`_
258+
<https://github.com/pytorch/vision/blob/main/torchvision/models/detection/ssdlite.py>`_
259259
for more details about this class.
260260
261261
.. autoclass:: torchvision.models.detection.SSDLite320_MobileNet_V3_Large_Weights

0 commit comments

Comments
 (0)