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/model-types/test_transformer.sh
parent2102120ddb5a0edf68751716bd8222e70356f3f1 (diff)
Expand -o to --optimizer
Diffstat (limited to 'tests/training/model-types/test_transformer.sh')
-rw-r--r--tests/training/model-types/test_transformer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/model-types/test_transformer.sh b/tests/training/model-types/test_transformer.sh
index ce550dd..1536b1f 100644
--- a/tests/training/model-types/test_transformer.sh
+++ b/tests/training/model-types/test_transformer.sh
@@ -7,7 +7,7 @@ set -e
rm -rf transformer transformer*.log
mkdir -p transformer
-opts="--no-shuffle --seed 1111 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none -o sgd --dim-emb 64 --dim-rnn 128"
+opts="--no-shuffle --seed 1111 --mini-batch 32 --maxi-batch 1 --maxi-batch-sort none --optimizer sgd --dim-emb 64 --dim-rnn 128"
$MRT_MARIAN/build/marian \
-m transformer/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \