Skip to content

Commit 7f8dae3

Browse files
committed
Fix doc link.
1 parent 901b282 commit 7f8dae3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/models.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ architectures for image classification:
1919
- `ResNet`_
2020
- `SqueezeNet`_
2121
- `DenseNet`_
22-
- `InceptionV3`_
22+
- `Inception`_ v3
2323
- `GoogLeNet`_
24-
- `ShuffleNetV2`_
24+
- `ShuffleNet`_ v2
2525
- `MobileNetV2`_
2626
- `MobileNetV3`_
2727
- `ResNeXt`_
@@ -130,8 +130,8 @@ Unfortunately, the concrete `subset` that was used is lost. For more
130130
information see `this discussion <https://github.com/pytorch/vision/issues/1439>`_
131131
or `these experiments <https://github.com/pytorch/vision/pull/1965>`_.
132132

133-
The sizes of the EfficientNet models depends on the variant. For the exact configuration check
134-
`here <https://github.com/pytorch/vision/blob/d2bfd639e46e1c5dc3c177f889dc7750c8d137c7/references/classification/train.py#L92-L93>`_
133+
The sizes of the EfficientNet models depend on the variant. For the exact input sizes
134+
`check here <https://github.com/pytorch/vision/blob/d2bfd639e46e1c5dc3c177f889dc7750c8d137c7/references/classification/train.py#L92-L93>`_
135135

136136
ImageNet 1-crop error rates
137137

0 commit comments

Comments
 (0)