Skip to content

Commit 7a4bdf3

Browse files
ahmadsharif1nihui
andauthored
[Cherry-pick for 0.18] yet another ssdlite link fix #8332 (#8352)
Co-authored-by: nihui <[email protected]>
1 parent fc0fe8f commit 7a4bdf3

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)