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-02-14 14:06:30 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-02-14 14:06:30 +0300
commit1d07822e080d78f9586b79302639e13919a9c2f7 (patch)
tree249c1295f2812a9018017feba681893c18016ff7
parent22a24d9447a955cedec26602e27002d14ea9a376 (diff)
Update regression test
-rw-r--r--tests/training/weights/test_validation.sh2
-rw-r--r--tests/training/weights/train.expected20
-rw-r--r--tests/training/weights/valid.expected8
3 files changed, 15 insertions, 15 deletions
diff --git a/tests/training/weights/test_validation.sh b/tests/training/weights/test_validation.sh
index 7d9fe50..7dd17fc 100644
--- a/tests/training/weights/test_validation.sh
+++ b/tests/training/weights/test_validation.sh
@@ -8,7 +8,7 @@ rm -rf valid valid_script.temp
mkdir -p valid
$MRT_MARIAN/build/marian \
- --seed 4444 --no-shuffle --maxi-batch 1 --maxi-batch-sort none --max-length 100 \
+ --seed 4444 --no-shuffle --maxi-batch 1 --maxi-batch-sort none \
-m valid/model.npz -t train.1k.{de,en} -v vocab.{de,en}.yml \
--disp-freq 5 --valid-freq 15 --after-batches 50 \
--data-weighting train.1k.weights.txt --data-weighting-type sentence \
diff --git a/tests/training/weights/train.expected b/tests/training/weights/train.expected
index b7570bc..79e4572 100644
--- a/tests/training/weights/train.expected
+++ b/tests/training/weights/train.expected
@@ -1,10 +1,10 @@
-535.76
-658.71
-564.28
-506.01
-538.29
-482.65
-410.41
-437.76
-448.83
-372.70
+473.54
+494.98
+501.40
+474.09
+418.43
+379.92
+393.55
+359.58
+327.11
+354.29
diff --git a/tests/training/weights/valid.expected b/tests/training/weights/valid.expected
index b29e69d..ff40944 100644
--- a/tests/training/weights/valid.expected
+++ b/tests/training/weights/valid.expected
@@ -1,8 +1,8 @@
-[valid] 15 : cross-entropy : 276.149 : new best
+[valid] 15 : cross-entropy : 276.231 : new best
[valid] 15 : valid-script : 1 : new best
-[valid] 30 : cross-entropy : 270.361 : new best
+[valid] 30 : cross-entropy : 271.226 : new best
[valid] 30 : valid-script : 2 : new best
-[valid] 45 : cross-entropy : 277.11 : stalled 1 times
+[valid] 45 : cross-entropy : 278.417 : stalled 1 times
[valid] 45 : valid-script : 3 : new best
-[valid] 50 : cross-entropy : 280.511 : stalled 2 times
+[valid] 50 : cross-entropy : 282.218 : stalled 2 times
[valid] 50 : valid-script : 4 : new best