Skip to content

Commit 02b57db

Browse files
authored
Merge pull request NVIDIA#571 from ChenYuHo/patch-2
Fix a typo in PyTorch ConvNets README.md
2 parents db2aa80 + accf26d commit 02b57db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyTorch/Classification/ConvNets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following table shows the validation accuracy results of the
3636
three classification models side-by-side.
3737

3838

39-
| **arch** | **AMP Top1** | **AMP Top5** | **FP32 Top1** | **FP32 Top1** |
39+
| **arch** | **AMP Top1** | **AMP Top5** | **FP32 Top1** | **FP32 Top5** |
4040
|:-:|:-:|:-:|:-:|:-:|
4141
| resnet50 | 78.46 | 94.15 | 78.50 | 94.11 |
4242
| resnext101-32x4d | 80.08 | 94.89 | 80.14 | 95.02 |

0 commit comments

Comments
 (0)