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:
Diffstat (limited to 'tests/training/restoring/optimizer/test_adam_params.sh')
-rw-r--r--tests/training/restoring/optimizer/test_adam_params.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/restoring/optimizer/test_adam_params.sh b/tests/training/restoring/optimizer/test_adam_params.sh
index e70663f..e0bd76f 100644
--- a/tests/training/restoring/optimizer/test_adam_params.sh
+++ b/tests/training/restoring/optimizer/test_adam_params.sh
@@ -10,7 +10,7 @@ mkdir -p adam
$MRT_MARIAN/marian \
--no-shuffle --seed 7777 --maxi-batch 1 --maxi-batch-sort none --dim-emb 128 --dim-rnn 256 \
-m adam/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{en,de} -v vocab.en.yml vocab.de.yml \
- --disp-freq 10 --after-batches 100 --save-freq 60 \
+ --disp-freq 10 --after-batches 100 --save-freq 60 --cost-type ce-mean \
--log adam.log
test -e adam/model.npz