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>2020-11-13 15:45:39 +0300
committerRoman Grundkiewicz <rgrundkiewicz@gmail.com>2020-11-13 15:45:39 +0300
commitff30754bc5b0e016aee9966af419d03eaaafc8db (patch)
treefc409790425b30953fcce99161b63b3dec601bf4 /tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh
parentcaee176ba50339434e695a2d70714f86adcfe0f7 (diff)
Use clip-norm 0 in training/features/
Diffstat (limited to 'tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh')
-rw-r--r--tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh b/tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh
index 675ae8b..bf6d753 100644
--- a/tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh
+++ b/tests/training/features/data-weighting/test_word_weighting_with_twos_sync.sh
@@ -18,7 +18,7 @@ cat $MRT_DATA/europarl.de-en/toy.bpe.en | sed -r 's/[^ ]+/2/g' > word_twos_sync.
# Train with word weighting
$MRT_MARIAN/marian \
- --seed 1111 --no-shuffle --dim-emb 128 --dim-rnn 256 --optimizer sgd --cost-type ce-mean \
+ --seed 1111 --no-shuffle --clip-norm 0 --dim-emb 128 --dim-rnn 256 --optimizer sgd --cost-type ce-mean \
-m word_twos_sync/model.npz -t $MRT_DATA/europarl.de-en/toy.bpe.{de,en} -v vocab.{de,en}.yml --sync-sgd \
--log word_twos_sync.log --disp-freq 5 -e 2 \
--data-weighting word_twos_sync.weights.txt --data-weighting-type word