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:
-rwxr-xr-xexamples/training/run-me.sh2
m---------src/marian10
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/training/run-me.sh b/examples/training/run-me.sh
index fd890dab..34a957bc 100755
--- a/examples/training/run-me.sh
+++ b/examples/training/run-me.sh
@@ -45,7 +45,7 @@ then
--dim-vocabs 66000 50000 \
--mini-batch 80 \
--layer-normalization --dropout-rnn 0.2 --dropout-src 0.1 --dropout-trg 0.1 \
- --early-stopping 5 \
+ --early-stopping 5 --moving-average \
--valid-freq 10000 --save-freq 10000 --disp-freq 1000 \
--valid-sets data/newsdev2016.bpe.ro data/newsdev2016.bpe.en \
--valid-metrics cross-entropy valid-script \
diff --git a/src/marian b/src/marian
-Subproject 68587a0fb0a6307e695483b539e52158de14504
+Subproject 10d2ff94f0c680bedd998b06da964407c2c6497