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-08-24 18:44:46 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-08-24 18:44:46 +0300
commit6a52cc51c8e761756425b6fa22289fba8589d56c (patch)
tree9d59ace6728d434928617d7f545d82d2dbe71c40 /tests/training/restarting
parentc089ab0219e31ba0f0b69d6ba30979365e606f54 (diff)
Fix tests after changing CLI
Diffstat (limited to 'tests/training/restarting')
-rw-r--r--tests/training/restarting/test_sgd_for_two_epochs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/training/restarting/test_sgd_for_two_epochs.sh b/tests/training/restarting/test_sgd_for_two_epochs.sh
index dfd47ae..6fb400e 100644
--- a/tests/training/restarting/test_sgd_for_two_epochs.sh
+++ b/tests/training/restarting/test_sgd_for_two_epochs.sh
@@ -19,7 +19,7 @@ extra_opts="--no-shuffle --seed 1111 --maxi-batch 1 --maxi-batch-sort none --min
$MRT_MARIAN/build/marian \
-m sgd_2e/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
- --disp-freq 4 --save-freq 32 --after-epoch 1 -l 0.1 $extra_opts \
+ --disp-freq 4 --save-freq 32 --after-epochs 1 -l 0.1 $extra_opts \
--log sgd_1st_epoch.log
test -e sgd_2e/model.npz
@@ -30,7 +30,7 @@ cp sgd_2e/model.npz.yml sgd_2e/model.npz.1st_epoch.yml
$MRT_MARIAN/build/marian \
-m sgd_2e/model.npz -t $MRT_DATA/train.max50.{en,de} -v vocab.en.yml vocab.de.yml \
- --disp-freq 4 --save-freq 32 --after-epoch 2 -l 0.1 $extra_opts \
+ --disp-freq 4 --save-freq 32 --after-epochs 2 -l 0.1 $extra_opts \
--log sgd_2nd_epoch.log
test -e sgd_2e/model.npz