Skip to content

Commit c186858

Browse files
authored
Fix InceptionV3 docs (#5963)
1 parent aa31740 commit c186858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/models/inception.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ Inception V3
33

44
.. currentmodule:: torchvision.models
55

6-
The EfficientNet model is based on the `Rethinking the Inception Architecture for Computer Vision <https://arxiv.org/abs/1512.00567>`__
7-
paper.
6+
The InceptionV3 model is based on the `Rethinking the Inception Architecture for
7+
Computer Vision <https://arxiv.org/abs/1512.00567>`__ paper.
88

99

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

1313
The following model builders can be used to instanciate an InceptionV3 model, with or
1414
without pre-trained weights. All the model builders internally rely on the
15-
``torchvision.models.efficientnet.Inception3`` base class. Please refer to the `source
15+
``torchvision.models.inception.Inception3`` base class. Please refer to the `source
1616
code <https://github.com/pytorch/vision/blob/main/torchvision/models/inception.py>`_ for
1717
more details about this class.
1818

0 commit comments

Comments
 (0)