Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/models/ssd300.rst → docs/source/models/ssd.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
SSD300
======
SSD
===

.. currentmodule:: torchvision.models.detection

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


Model builders
--------------

The following model builders can be used to instanciate a SSD300 model, with or
The following model builders can be used to instanciate a SSD model, with or
without pre-trained weights. All the model builders internally rely on the
``torchvision.models.detection.SSD`` base class. Please refer to the `source
code
Expand Down
2 changes: 1 addition & 1 deletion docs/source/models_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ weights:
models/resnext
models/shufflenetv2
models/squeezenet
models/ssd300
models/swin_transformer
models/vgg
models/vision_transformer
Expand Down Expand Up @@ -127,6 +126,7 @@ weights:
models/faster_rcnn
models/fcos
models/retinanet
models/ssd
models/ssdlite

Table of all available Object detection weights
Expand Down