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:
Diffstat (limited to 'tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh')
-rw-r--r--tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh b/tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh
index 813b600..3e26acf 100644
--- a/tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh
+++ b/tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh
@@ -13,7 +13,11 @@ rm -rf expsmooth_sync expsmooth_sync_*.log
mkdir -p expsmooth_sync
-opts="--no-shuffle --seed 777 --cost-type ce-sum --disp-label-counts --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.001 --valid-sets valid.bpe.en valid.bpe.de --valid-metrics ce-mean-words --valid-mini-batch 32 --devices 0 1 --sync-sgd --clip-norm 0"
+opts="--no-shuffle --seed 777 --cost-type ce-sum --disp-label-counts"
+opts="$opts --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none"
+opts="$opts --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.001"
+opts="$opts --valid-sets valid.bpe.en valid.bpe.de --valid-metrics ce-mean-words --valid-mini-batch 32"
+opts="$opts --devices 0 1 --sync-sgd --clip-norm 0"
opt_disp=20
opt_valid=20