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/multi-gpu
parent2102120ddb5a0edf68751716bd8222e70356f3f1 (diff)
Expand -o to --optimizer
Diffstat (limited to 'tests/training/multi-gpu')
-rw-r--r--tests/training/multi-gpu/test_sync_sgd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/multi-gpu/test_sync_sgd.sh b/tests/training/multi-gpu/test_sync_sgd.sh
index cba15a2..f869887 100644
--- a/tests/training/multi-gpu/test_sync_sgd.sh
+++ b/tests/training/multi-gpu/test_sync_sgd.sh
@@ -15,7 +15,7 @@ mkdir -p sync_sgd
$MRT_MARIAN/build/marian \
--no-shuffle --seed 777 --mini-batch 4 --maxi-batch 1 --maxi-batch-sort none \
--dim-rnn 64 --dim-emb 32 --learn-rate 0.1 \
- --devices 0 1 --sync-sgd -o sgd \
+ --devices 0 1 --sync-sgd --optimizer sgd \
-m sync_sgd/model.full.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
--disp-freq 10 --after-batches 100 \
--log sync_sgd.log