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

github.com/marian-nmt/marian-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <marcinjd@microsoft.com>2018-11-26 05:51:39 +0300
committerGitHub <noreply@github.com>2018-11-26 05:51:39 +0300
commitb5ca2f23135530c518114fafb064a359b4fb8856 (patch)
treec308dfaf9005558f8008ca491820a7f0ecd69a51
parentdf55875a588dc19c6a4f2c2b5e466f848428a088 (diff)
Update README.md
-rw-r--r--training-basics-spm/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/training-basics-spm/README.md b/training-basics-spm/README.md
index eb699d7..e8a7148 100644
--- a/training-basics-spm/README.md
+++ b/training-basics-spm/README.md
@@ -185,6 +185,10 @@ sacreBLEU scores for publications.
We are training of four GPUs defined with `--devices 0 1 2 3`. Change this to the required number of GPUs.
```
+# create the model directory
+mkdir model
+
+# train the model
../../build/marian \
--devices 0 1 2 3 \
--type s2s \