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:
Diffstat (limited to 'examples/training/README.md')
-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