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:
authorMarcin Junczys-Dowmunt <Marcin.JunczysDowmunt@microsoft.com>2019-02-05 02:05:10 +0300
committerMarcin Junczys-Dowmunt <Marcin.JunczysDowmunt@microsoft.com>2019-02-05 02:05:10 +0300
commit52e4c4db7da3c87ede9a3d4b7c1c6225588c93c2 (patch)
tree77d4aa3deaa17f6873132cdd6c527c9a756c2e9e
parent48fd78e745da02adc8a84a29dd822038b710376e (diff)
updated expected outputs
-rw-r--r--tests/training/models/nematus/encdec_depth.expected10
-rw-r--r--tests/training/models/nematus/test_encdec_depth.sh3
-rw-r--r--tests/training/models/nematus/wmt17.expected10
-rw-r--r--tests/training/restoring/multi-gpu/test_sync.sh2
-rw-r--r--tests/training/restoring/validation/valid_lowisbet.expected4
5 files changed, 15 insertions, 14 deletions
diff --git a/tests/training/models/nematus/encdec_depth.expected b/tests/training/models/nematus/encdec_depth.expected
index effcb8a..af2a74a 100644
--- a/tests/training/models/nematus/encdec_depth.expected
+++ b/tests/training/models/nematus/encdec_depth.expected
@@ -1,5 +1,5 @@
-489.02801514
-461.92736816
-437.93716431
-420.00244141
-403.86767578
+489.13665771
+462.08361816
+439.01745605
+420.90402222
+404.19827271
diff --git a/tests/training/models/nematus/test_encdec_depth.sh b/tests/training/models/nematus/test_encdec_depth.sh
index c2ce41a..35cfa7a 100644
--- a/tests/training/models/nematus/test_encdec_depth.sh
+++ b/tests/training/models/nematus/test_encdec_depth.sh
@@ -1,3 +1,4 @@
+
#!/bin/bash
# Exit on error
@@ -10,7 +11,7 @@ rm -f encdec_depth/* encdec_depth.log
$MRT_MARIAN/marian \
--type nematus --enc-cell gru-nematus --dec-cell gru-nematus \
--enc-depth 4 --enc-cell-depth 4 --enc-type bidirectional --dec-depth 4 --dec-cell-base-depth 4 --dec-cell-high-depth 1 \
- --layer-normalization \
+ --layer-normalization --sync-sgd \
--no-shuffle --seed 1111 --dim-emb 64 --dim-rnn 128 \
-m encdec_depth/model.npz -t $MRT_DATA/europarl.de-en/corpus.bpe.{de,en} -v vocab.en.yml vocab.de.yml \
--log encdec_depth.log --disp-freq 2 --after-batches 10
diff --git a/tests/training/models/nematus/wmt17.expected b/tests/training/models/nematus/wmt17.expected
index c5fe3bd..c7ffbcd 100644
--- a/tests/training/models/nematus/wmt17.expected
+++ b/tests/training/models/nematus/wmt17.expected
@@ -1,5 +1,5 @@
-490.14199829
-466.33099365
-442.77502441
-426.73303223
-411.37976074
+490.30654907
+466.26824951
+442.79544067
+426.92376709
+411.47766113
diff --git a/tests/training/restoring/multi-gpu/test_sync.sh b/tests/training/restoring/multi-gpu/test_sync.sh
index 98aaf96..c4cd6cb 100644
--- a/tests/training/restoring/multi-gpu/test_sync.sh
+++ b/tests/training/restoring/multi-gpu/test_sync.sh
@@ -47,7 +47,7 @@ test -e sync_2.log
cat sync_2.log | $MRT_TOOLS/strip-timestamps.sh | grep "Ep\. " | sed 's/ : Time.*//' >> sync.out
-$MRT_TOOLS/diff-nums.py -p 0.08 sync.out sync.expected -o sync.diff
+$MRT_TOOLS/diff-nums.py -p 0.3 sync.out sync.expected -o sync.diff
# Exit with success code
exit 0
diff --git a/tests/training/restoring/validation/valid_lowisbet.expected b/tests/training/restoring/validation/valid_lowisbet.expected
index c6c1681..41846f4 100644
--- a/tests/training/restoring/validation/valid_lowisbet.expected
+++ b/tests/training/restoring/validation/valid_lowisbet.expected
@@ -1,5 +1,5 @@
[valid] Ep. 1 : Up. 30 : cross-entropy : 299.128 : new best
[valid] Ep. 2 : Up. 60 : cross-entropy : 298.528 : new best
[valid] Ep. 3 : Up. 90 : cross-entropy : 296.425 : new best
-[valid] Ep. 4 : Up. 120 : cross-entropy : 297.838 : stalled 1 times (last best: 296.425)
-[valid] Ep. 5 : Up. 150 : cross-entropy : 297.729 : stalled 2 times (last best: 296.425)
+[valid] Ep. 4 : Up. 120 : cross-entropy : 297.841 : stalled 1 times (last best: 296.425)
+[valid] Ep. 5 : Up. 150 : cross-entropy : 297.728 : stalled 2 times (last best: 296.425)