"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "47f502a63b77abf6e770fa628d6fc779df012136"
Unverified Commit c1868581 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Fix InceptionV3 docs (#5963)

parent aa31740b
......@@ -3,8 +3,8 @@ 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
......@@ -12,7 +12,7 @@ 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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment