From accf26d1d8797ed46751123439925e46ef1ac22a Mon Sep 17 00:00:00 2001 From: Elton Chen-Yu Ho Date: Mon, 22 Jun 2020 14:32:37 +0800 Subject: [PATCH] Fix a typo in PyTorch ConvNets README.md --- PyTorch/Classification/ConvNets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/Classification/ConvNets/README.md b/PyTorch/Classification/ConvNets/README.md index 9cc492a69..9fa8f0896 100644 --- a/PyTorch/Classification/ConvNets/README.md +++ b/PyTorch/Classification/ConvNets/README.md @@ -36,7 +36,7 @@ The following table shows the validation accuracy results of the three classification models side-by-side. -| **arch** | **AMP Top1** | **AMP Top5** | **FP32 Top1** | **FP32 Top1** | +| **arch** | **AMP Top1** | **AMP Top5** | **FP32 Top1** | **FP32 Top5** | |:-:|:-:|:-:|:-:|:-:| | resnet50 | 78.46 | 94.15 | 78.50 | 94.11 | | resnext101-32x4d | 80.08 | 94.89 | 80.14 | 95.02 |