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 <rgrundkiewicz@gmail.com>2021-01-25 17:41:38 +0300
committerGitHub <noreply@github.com>2021-01-25 17:41:38 +0300
commit4c44a8d92090a010d0cedf5fe2c26e692d51d20d (patch)
tree12d8c9a0dc459c9b6977481d7988e81a621ca0d9 /tests/training/validation/test_final_validation_after_epochs.sh
parent97b2f95abab6134c1632b286e373e513ecc52020 (diff)
parent88e775a09ad7326d1e974e150c5febfe06fc80ce (diff)
Merge pull request #74 from marian-nmt/clip-norm-0
Update tests to set --clip-norm to 0 by default
Diffstat (limited to 'tests/training/validation/test_final_validation_after_epochs.sh')
-rw-r--r--tests/training/validation/test_final_validation_after_epochs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/training/validation/test_final_validation_after_epochs.sh b/tests/training/validation/test_final_validation_after_epochs.sh
index e8e606f..e263259 100644
--- a/tests/training/validation/test_final_validation_after_epochs.sh
+++ b/tests/training/validation/test_final_validation_after_epochs.sh
@@ -11,10 +11,10 @@ test -e train.bpe.en || head -n 3000 $MRT_DATA/europarl.de-en/corpus.bpe.en > tr
test -e train.bpe.de || head -n 3000 $MRT_DATA/europarl.de-en/corpus.bpe.de > train.bpe.de
$MRT_MARIAN/marian \
- --no-shuffle --seed 1111 --optimizer sgd --dim-emb 64 --dim-rnn 128 \
+ --no-shuffle --clip-norm 0 --seed 1111 --optimizer sgd --dim-emb 64 --dim-rnn 128 \
-m final_epoch/model.npz -t train.bpe.{en,de} \
-v vocab.small.en.yml vocab.small.de.yml --dim-vocabs 50000 50000 \
- --mini-batch 32 --disp-freq 20 --valid-freq 40 --after-epochs 1 \
+ --mini-batch 32 --disp-freq 20 --valid-freq 40 --after 1e \
--valid-metrics cross-entropy --valid-sets valid.bpe.{en,de} \
--valid-log final_epoch.log