Skip to content

Commit ddb342d

Browse files
authored
Fix SSD documentation (#6002)
1 parent e722e9c commit ddb342d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/models/ssd300.rst renamed to docs/source/models/ssd.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
SSD300
2-
======
1+
SSD
2+
===
33

44
.. currentmodule:: torchvision.models.detection
55

6-
The SSD300 model is based on the `SSD: Single Shot MultiBox Detector
6+
The SSD model is based on the `SSD: Single Shot MultiBox Detector
77
<https://arxiv.org/abs/1512.02325>`__ paper.
88

99

1010
Model builders
1111
--------------
1212

13-
The following model builders can be used to instanciate a SSD300 model, with or
13+
The following model builders can be used to instanciate a SSD model, with or
1414
without pre-trained weights. All the model builders internally rely on the
1515
``torchvision.models.detection.SSD`` base class. Please refer to the `source
1616
code

docs/source/models_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ weights:
5151
models/resnext
5252
models/shufflenetv2
5353
models/squeezenet
54-
models/ssd300
5554
models/swin_transformer
5655
models/vgg
5756
models/vision_transformer
@@ -127,6 +126,7 @@ weights:
127126
models/faster_rcnn
128127
models/fcos
129128
models/retinanet
129+
models/ssd
130130
models/ssdlite
131131

132132
Table of all available Object detection weights

0 commit comments

Comments
 (0)