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 18:32:50 +0300
committerGitHub <noreply@github.com>2017-03-27 18:32:50 +0300
commit33c0c9ad87b9c42003fb5f0b33260c4d16db4b2e (patch)
tree4a6ac9713a49c3cfb2a02381246a61d2c7659254 /examples/training/README.md
parent4b4bda691159c69af2748e9b9732c532381421ec (diff)
Update README.md
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 fd5ad99c..ef83ce3e 100644
--- a/examples/training/README.md
+++ b/examples/training/README.md
@@ -30,7 +30,7 @@ Next it executes a training run with `marian`:
--devices $GPUS \
--train-sets data/corpus.bpe.ro data/corpus.bpe.en \
--vocabs model/vocab.ro.yml model/vocab.en.yml \
- --dim-vocabs 32000 32000 \
+ --dim-vocabs 66000 50000 \
--mini-batch 80 \
--layer-normalization --dropout-rnn 0.2 --dropout-src 0.1 --dropout-trg 0.1 \
--early-stopping 5 --moving-average \