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

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-10-12 16:55:33 +0300
committerRoman Grundkiewicz <rgrundkie@exseed.ed.ac.uk>2018-10-12 16:57:07 +0300
commit54cdaa8425baeb02b0d866448d21ddb69444d27a (patch)
tree0161fd062463879cb099adfd342b924bc0a5b7f1
parent643f4ddbd5e6682bfac3433fed9017659c806db6 (diff)
Change test because of the bug mentioned in issue 335 in marian-dev
-rw-r--r--tests/training/restoring/exp-smoothing/test_expsmooth_async_runs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/restoring/exp-smoothing/test_expsmooth_async_runs.sh b/tests/training/restoring/exp-smoothing/test_expsmooth_async_runs.sh
index fd926d4..fa9104f 100644
--- a/tests/training/restoring/exp-smoothing/test_expsmooth_async_runs.sh
+++ b/tests/training/restoring/exp-smoothing/test_expsmooth_async_runs.sh
@@ -16,7 +16,7 @@ mkdir -p expsmooth_async
opts="--no-shuffle --seed 777 --mini-batch 1 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 -o sgd --learn-rate 0.5 --valid-sets valid.bpe.en valid.bpe.de --valid-metrics cross-entropy --valid-mini-batch 32 --devices 0 1"
opt_disp=1
-opt_valid=6
+opt_valid=7
opt_finish=16
opt_save=8
opt_exp=0.00001