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/validation/test_valid_reset_stalled.sh')
-rw-r--r--tests/training/restoring/validation/test_valid_reset_stalled.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/training/restoring/validation/test_valid_reset_stalled.sh b/tests/training/restoring/validation/test_valid_reset_stalled.sh
index e967a1f..c2c7d4b 100644
--- a/tests/training/restoring/validation/test_valid_reset_stalled.sh
+++ b/tests/training/restoring/validation/test_valid_reset_stalled.sh
@@ -27,7 +27,7 @@ $MRT_MARIAN/marian $extra_opts \
--disp-freq 10 --valid-freq 20 --after-batches 140 --early-stopping 5 \
--valid-metrics translation valid-script cross-entropy --valid-script-path ./valid_script_ab.sh \
--valid-sets valid.mini.bpe.{de,en} \
- --overwrite --keep-best \
+ --overwrite --keep-best --clip-norm 0 \
--log valid_reset_stalled_1.log
test -e valid_reset_stalled/model.npz
@@ -43,7 +43,7 @@ $MRT_MARIAN/marian $extra_opts \
--disp-freq 10 --valid-freq 20 --after-batches 200 --early-stopping 5 --valid-reset-stalled \
--valid-metrics translation valid-script cross-entropy --valid-script-path ./valid_script_ab.sh \
--valid-sets valid.mini.bpe.{de,en} \
- --overwrite --keep-best \
+ --overwrite --keep-best --clip-norm 0 \
--log valid_reset_stalled_2.log
test -e valid_reset_stalled/model.npz