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>2019-03-07 14:04:44 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2019-03-07 14:04:44 +0300
commit6e6487f623a04f70b88f95a119971e69a7019453 (patch)
tree0aff1ac6883f2c5eddb862e8ae86689a77634b63
parent1419e20ddcab91b49c200d892c0149ab9d7003a2 (diff)
Mark two tests as unstable
-rw-r--r--tests/training/cost-functions/test_perplexity.sh6
-rw-r--r--tests/training/features/mixed-ensembles/test_ensemble_of_different_s2s.sh6
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/training/cost-functions/test_perplexity.sh b/tests/training/cost-functions/test_perplexity.sh
index 36d224a..5de3391 100644
--- a/tests/training/cost-functions/test_perplexity.sh
+++ b/tests/training/cost-functions/test_perplexity.sh
@@ -1,5 +1,11 @@
#!/bin/bash -x
+#####################################################################
+# SUMMARY: Train a model using perplexity as cost function
+# AUTHOR: snukky
+# TAGS: unstable
+#####################################################################
+
# Exit on error
set -e
diff --git a/tests/training/features/mixed-ensembles/test_ensemble_of_different_s2s.sh b/tests/training/features/mixed-ensembles/test_ensemble_of_different_s2s.sh
index 3f125ee..cd465c7 100644
--- a/tests/training/features/mixed-ensembles/test_ensemble_of_different_s2s.sh
+++ b/tests/training/features/mixed-ensembles/test_ensemble_of_different_s2s.sh
@@ -1,5 +1,11 @@
#!/bin/bash -x
+#####################################################################
+# SUMMARY: Train and decode with RNN models of different architectures
+# AUTHOR: snukky
+# TAGS: unstable
+#####################################################################
+
# Exit on error
set -e