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 <junczys@amu.edu.pl>2018-03-14 03:03:41 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2018-03-14 03:03:41 +0300
commitbf0d7aa923fc654da6ca20d19298e4c0e33ae229 (patch)
tree50fe2b0e377b307c5f99f28c6d5cdc7c688b45b6 /wmt2017-uedin
parent7a243a6044b118066c4d489f391c68c86774542b (diff)
update number of epochs
Diffstat (limited to 'wmt2017-uedin')
-rwxr-xr-xwmt2017-uedin/run-me.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wmt2017-uedin/run-me.sh b/wmt2017-uedin/run-me.sh
index 4284f82..7e94598 100755
--- a/wmt2017-uedin/run-me.sh
+++ b/wmt2017-uedin/run-me.sh
@@ -12,7 +12,7 @@ echo Using GPUs: $GPUS
WORKSPACE=9500
N=4
B=12
-EPOCHS=10
+EPOCHS=8
if [ ! -e $MARIAN/build/marian ]
then