"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "8d4e87931561e6ae246b9d75aded859a3f301d6d"
Unverified Commit 3c312e21 authored by nihui's avatar nihui Committed by GitHub
Browse files

Another ssdlite link fix (#8332)

parent 9cb639a1
...@@ -255,7 +255,7 @@ def ssdlite320_mobilenet_v3_large( ...@@ -255,7 +255,7 @@ def ssdlite320_mobilenet_v3_large(
norm_layer (callable, optional): Module specifying the normalization layer to use. norm_layer (callable, optional): Module specifying the normalization layer to use.
**kwargs: parameters passed to the ``torchvision.models.detection.ssd.SSD`` **kwargs: parameters passed to the ``torchvision.models.detection.ssd.SSD``
base class. Please refer to the `source code 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. for more details about this class.
.. autoclass:: torchvision.models.detection.SSDLite320_MobileNet_V3_Large_Weights .. autoclass:: torchvision.models.detection.SSDLite320_MobileNet_V3_Large_Weights
......
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