Skip to content

Commit d1f3a7b

Browse files
nihuiNicolasHug
andauthored
fix ssdlite model class link in doc (#8318)
Co-authored-by: Nicolas Hug <[email protected]>
1 parent ba64d65 commit d1f3a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/models/ssdlite.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following model builders can be used to instantiate a SSD Lite model, with o
1717
without pre-trained weights. All the model builders internally rely on the
1818
``torchvision.models.detection.ssd.SSD`` base class. Please refer to the `source
1919
code
20-
<https://github.com/pytorch/vision/blob/main/torchvision/models/detection/ssd.py>`_ for
20+
<https://github.com/pytorch/vision/blob/main/torchvision/models/detection/ssdlite.py>`_ for
2121
more details about this class.
2222

2323
.. autosummary::

0 commit comments

Comments
 (0)