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-15 16:19:57 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-10-15 16:19:57 +0300
commit7f6d63739280a9dc5c160be7dc9e4f8de2b442fd (patch)
tree3b6753819ecad563072ddd7ce98a06157338c648 /tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh
parent2102120ddb5a0edf68751716bd8222e70356f3f1 (diff)
Expand -o to --optimizer
Diffstat (limited to 'tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh')
-rw-r--r--tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh b/tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh
index 0d3e54f..25543b4 100644
--- a/tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh
+++ b/tests/training/restoring/corpus/test_corpus_restoration_maxi_batch.sh
@@ -10,7 +10,7 @@ mkdir -p corpus_maxi
test -e vocab.de.yml
test -e vocab.en.yml
-extra_opts="--seed 1111 --maxi-batch 20 --mini-batch 32 -o sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4"
+extra_opts="--seed 1111 --maxi-batch 20 --mini-batch 32 --optimizer sgd --dim-emb 128 --dim-rnn 256 --disp-freq 4"
$MRT_MARIAN/build/marian \
-m corpus_maxi/model_full.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \