Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-27 21:26:54 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-27 21:26:54 +0300
commit6402be02f594d39d9a790af8230550dab3172256 (patch)
treeda360d04470fdc860b484e01f20dea292600af64 /examples/training
parent33c0c9ad87b9c42003fb5f0b33260c4d16db4b2e (diff)
translation example, first version
Diffstat (limited to 'examples/training')
-rw-r--r--examples/training/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/training/README.md b/examples/training/README.md
index ef83ce3e..1b0bf04f 100644
--- a/examples/training/README.md
+++ b/examples/training/README.md
@@ -16,7 +16,7 @@ which downloads the Romanian-English training files and preprocesses them (token
truecasing, segmentation into subwords units).
To use with a different GPU than device 0 or more GPUs (here 0 1 2 3) type the command below.
-Training time of 4 GPUs should be roughly 24 hours.
+Training time on 1 NVIDIA GTX 1080 GPU should be roughly 24 hours.
```
./run-me.sh 0 1 2 3