Unverified Commit d1f3a7b3 authored by nihui's avatar nihui Committed by GitHub
Browse files

fix ssdlite model class link in doc (#8318)


Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
parent ba64d65b
...@@ -17,7 +17,7 @@ The following model builders can be used to instantiate a SSD Lite model, with o ...@@ -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 without pre-trained weights. All the model builders internally rely on the
``torchvision.models.detection.ssd.SSD`` base class. Please refer to the `source ``torchvision.models.detection.ssd.SSD`` base class. Please refer to the `source
code 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. more details about this class.
.. autosummary:: .. autosummary::
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment