Skip to content

Commit e9ce762

Browse files
committed
Merge: [GPUNet/PyTorch] Fix GPUNet-0 accuracy typo
2 parents c1bf9aa + 1dbad27 commit e9ce762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyTorch/Classification/GPUNet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ We benchmark the training results following the steps in [Training](#training).
413413
##### NVIDIA DGX V100 (8x V100 32GB)
414414
| **Model**|**Batch**| **Epochs** | **GPUs** | **FP32 Top1** | **AMP Top1** | **FP32 (hours)<br />Train Time** | **AMP (hours)<br />Train Time** | **Training speedup<br />(FP32 / AMP)** |
415415
|:--------:|:------:|:----------:|:--------:|:--------------:|:--------------:|:-------------------:|:-----------------------:|:--------------------------------:|
416-
| GPUNet-0 |192 | 450 | 8 | 77.90<sub>+/-0.03</sub> | 77.96<sub>+/-0.05</sub> |71.63|46.56| 1.54 x |
416+
| GPUNet-0 |192 | 450 | 8 | 78.90<sub>+/-0.03</sub> | 78.96<sub>+/-0.05</sub> |71.63|46.56| 1.54 x |
417417
| GPUNet-1 |192 | 450 | 8 | 80.4-<sub>+/-0.03</sub> | 80.5<sub>+/-0.03</sub> |67.5 |43.5 | 1.55 x |
418418
| GPUNet-2 |192 | 450 | 8 | 82.1-<sub>+/-0.04</sub> | 82.2<sub>+/-0.04</sub> |171 |84.25| 2.03 x |
419419

0 commit comments

Comments
 (0)