Skip to content

Commit b03375b

Browse files
authored
Update README.md
1 parent adeed4f commit b03375b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PyTorch/Translation/Transformer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ This repository provides a script and recipe to train the Transformer model to a
2929
* [Inference performance benchmark](#inference-performance-benchmark)
3030
* [Results](#results)
3131
* [Training accuracy results](#training-accuracy-results)
32-
* [NVIDIA DGX-1 (8x V100 16G)](#nvidia-dgx-1-(8x-v100-16G))
33-
* [Training stability test](#training-stability-test)
3432
* [Training performance results](#training-performance-results)
3533
* [NVIDIA DGX-1 (8x V100 16G)](#nvidia-dgx-1-8x-v100-16g)
3634
* [NVIDIA DGX-2 (16x V100 32G)](#nvidia-dgx-2-16x-v100-32g))
@@ -356,6 +354,8 @@ Running this code with the provided hyperparameters will allow you to achieve th
356354

357355
In some cases we can train further with the same setup to achieve slightly better results.
358356

357+
#### Training performance results
358+
359359
##### NVIDIA DGX-1 (8x V100 16G)
360360

361361
Our results were obtained by running the `run_training.sh` and `run_training_fp32.sh` training scripts in the PyTorch NGC container on NVIDIA DGX-1 with (8x V100 16G) GPUs. Performance numbers (in tokens per second) were averaged over an entire training epoch.

0 commit comments

Comments
 (0)