Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/models/ssdlite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following model builders can be used to instantiate a SSD Lite model, with o
without pre-trained weights. All the model builders internally rely on the
``torchvision.models.detection.ssd.SSD`` base class. Please refer to the `source
code
<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
more details about this class.

.. autosummary::
Expand Down