Skip to content
Merged
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
6 changes: 3 additions & 3 deletions docs/source/models/inception.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Inception V3

.. currentmodule:: torchvision.models

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


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

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

Expand Down