File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ architectures for image classification:
19
19
- `ResNet `_
20
20
- `SqueezeNet `_
21
21
- `DenseNet `_
22
- - `InceptionV3 `_
22
+ - `Inception `_ v3
23
23
- `GoogLeNet `_
24
- - `ShuffleNetV2 `_
24
+ - `ShuffleNet `_ v2
25
25
- `MobileNetV2 `_
26
26
- `MobileNetV3 `_
27
27
- `ResNeXt `_
@@ -130,8 +130,8 @@ Unfortunately, the concrete `subset` that was used is lost. For more
130
130
information see `this discussion <https://github.com/pytorch/vision/issues/1439 >`_
131
131
or `these experiments <https://github.com/pytorch/vision/pull/1965 >`_.
132
132
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 >`_
135
135
136
136
ImageNet 1-crop error rates
137
137
You can’t perform that action at this time.
0 commit comments