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 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 \