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 ...@@ -3,8 +3,8 @@ Inception V3
.. currentmodule:: torchvision.models .. currentmodule:: torchvision.models
The EfficientNet model is based on the `Rethinking the Inception Architecture for Computer Vision <https://arxiv.org/abs/1512.00567>`__ The InceptionV3 model is based on the `Rethinking the Inception Architecture for
paper. Computer Vision <https://arxiv.org/abs/1512.00567>`__ paper.
Model builders Model builders
...@@ -12,7 +12,7 @@ Model builders ...@@ -12,7 +12,7 @@ Model builders
The following model builders can be used to instanciate an InceptionV3 model, with or 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 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 code <https://github.com/pytorch/vision/blob/main/torchvision/models/inception.py>`_ for
more details about this class. 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