Skip to content

Commit

Permalink
Another ssdlite link fix (#8332)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Mar 19, 2024
1 parent 9cb639a commit 3c312e2
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 3c312e2

Please sign in to comment.