Skip to content

Commit

Permalink
[Cherry-pick for 0.18] yet another ssdlite link fix #8332 (#8352)
Browse files Browse the repository at this point in the history
Co-authored-by: nihui <shuizhuyuanluo@126.com>
  • Loading branch information
ahmadsharif1 and nihui committed Mar 25, 2024
1 parent fc0fe8f commit 7a4bdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/models/detection/ssdlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def ssdlite320_mobilenet_v3_large(
norm_layer (callable, optional): Module specifying the normalization layer to use.
**kwargs: parameters passed to 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>`_
<https://github.com/pytorch/vision/blob/main/torchvision/models/detection/ssdlite.py>`_
for more details about this class.
.. autoclass:: torchvision.models.detection.SSDLite320_MobileNet_V3_Large_Weights
Expand Down

0 comments on commit 7a4bdf3

Please sign in to comment.