diff --git a/torchvision/models/detection/ssdlite.py b/torchvision/models/detection/ssdlite.py index f16d46ad114..eda21bf941e 100644 --- a/torchvision/models/detection/ssdlite.py +++ b/torchvision/models/detection/ssdlite.py @@ -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 - `_ + `_ for more details about this class. .. autoclass:: torchvision.models.detection.SSDLite320_MobileNet_V3_Large_Weights