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:
authorMarcin Junczys-Dowmunt <Marcin.Junczys-Dowmunt@microsoft.com>2019-01-25 04:19:25 +0300
committerMarcin Junczys-Dowmunt <Marcin.Junczys-Dowmunt@microsoft.com>2019-01-25 04:19:25 +0300
commit14d1cd1169e3b2ade4894ac6013ec63deca1c35d (patch)
treee91f48c73dda5adda25f3340b586bfee500f5201 /tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh
parentb4c6ac10d2b98a06fd27bef2bb9b96ecb2e6c8e1 (diff)
adjust expected values to reflect changes in embeddings initialization
Diffstat (limited to 'tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh')
-rw-r--r--tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh2
1 files changed, 1 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 dd440c8..17c3416 100644
--- a/tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh
+++ b/tests/training/restoring/exp-smoothing/test_expsmooth_sync.sh
@@ -13,7 +13,7 @@ rm -rf expsmooth_sync expsmooth_sync_*.log
mkdir -p expsmooth_sync
-opts="--no-shuffle --seed 777 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none --dim-rnn 64 --dim-emb 32 --optimizer sgd --learn-rate 0.5 --valid-sets valid.bpe.en valid.bpe.de --valid-metrics cross-entropy --valid-mini-batch 32 --devices 0 1 --sync-sgd"
+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"
opt_disp=20
opt_valid=20