Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
d1f3a7b3
Unverified
Commit
d1f3a7b3
authored
Mar 15, 2024
by
nihui
Committed by
GitHub
Mar 15, 2024
Browse files
fix ssdlite model class link in doc (#8318)
Co-authored-by:
Nicolas Hug
<
contact@nicolas-hug.com
>
parent
ba64d65b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/models/ssdlite.rst
docs/source/models/ssdlite.rst
+1
-1
No files found.
docs/source/models/ssdlite.rst
View file @
d1f3a7b3
...
@@ -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/ssd
lite
.py>`_ for
more details about this class.
more details about this class.
.. autosummary::
.. autosummary::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment