File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ Inception V3
3
3
4
4
.. currentmodule :: torchvision.models
5
5
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.
8
8
9
9
10
10
Model builders
11
11
--------------
12
12
13
13
The following model builders can be used to instanciate an InceptionV3 model, with or
14
14
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
16
16
code <https://github.com/pytorch/vision/blob/main/torchvision/models/inception.py> `_ for
17
17
more details about this class.
18
18
You can’t perform that action at this time.
0 commit comments