We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba64d65 commit d1f3a7bCopy full SHA for d1f3a7b
docs/source/models/ssdlite.rst
@@ -17,7 +17,7 @@ The following model builders can be used to instantiate a SSD Lite model, with o
17
without pre-trained weights. All the model builders internally rely on the
18
``torchvision.models.detection.ssd.SSD`` base class. Please refer to the `source
19
code
20
-<https://github.com/pytorch/vision/blob/main/torchvision/models/detection/ssd.py>`_ for
+<https://github.com/pytorch/vision/blob/main/torchvision/models/detection/ssdlite.py>`_ for
21
more details about this class.
22
23
.. autosummary::
0 commit comments