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
path: root/tests
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2020-04-23 16:34:29 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2020-04-23 16:34:29 +0300
commit0ee4113b8fc85e335d6da7219657ea020ade3a6f (patch)
treef5fdd2118cefffae1f8b52445e191f23f4c00283 /tests
parent0258b4318f99b22c8c3c0160fabea1ac62ca8bf9 (diff)
parentb17a16f5cc425b397cf1a04822673beb9fb3987b (diff)
Merge branch 'master' into word-scores-scorer
Diffstat (limited to 'tests')
-rw-r--r--tests/decoder/shortlist/test_shortlist_server.sh2
-rw-r--r--tests/server/test_ende.sh5
-rw-r--r--tests/server/test_ende_align.sh5
-rw-r--r--tests/server/test_ende_batch32.sh5
-rw-r--r--tests/server/test_ende_with_empty_lines.sh5
5 files changed, 21 insertions, 1 deletions
diff --git a/tests/decoder/shortlist/test_shortlist_server.sh b/tests/decoder/shortlist/test_shortlist_server.sh
index 3385372..a552179 100644
--- a/tests/decoder/shortlist/test_shortlist_server.sh
+++ b/tests/decoder/shortlist/test_shortlist_server.sh
@@ -3,12 +3,12 @@
#####################################################################
# SUMMARY: Decode with a lexical shortlist on GPU via marian-server
# AUTHOR: snukky
+# TAGS: server
#####################################################################
# Exit on error
set -e
-
# Check if marian-server is compiled
test -f $MRT_MARIAN/marian-server || exit 100
diff --git a/tests/server/test_ende.sh b/tests/server/test_ende.sh
index b68411d..75392cf 100644
--- a/tests/server/test_ende.sh
+++ b/tests/server/test_ende.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY: Translate using marian-server
+# TAGS: server
+#####################################################################
+
# Exit on error
set -e
diff --git a/tests/server/test_ende_align.sh b/tests/server/test_ende_align.sh
index c3480b6..49e4f40 100644
--- a/tests/server/test_ende_align.sh
+++ b/tests/server/test_ende_align.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY: Translate using marian-server and return alignment
+# TAGS: server
+#####################################################################
+
# Exit on error
set -e
diff --git a/tests/server/test_ende_batch32.sh b/tests/server/test_ende_batch32.sh
index b38ad0e..2866e81 100644
--- a/tests/server/test_ende_batch32.sh
+++ b/tests/server/test_ende_batch32.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY: Translate with mini-batch 32 using marian-server
+# TAGS: server
+#####################################################################
+
# Exit on error
set -e
diff --git a/tests/server/test_ende_with_empty_lines.sh b/tests/server/test_ende_with_empty_lines.sh
index 7ac5b59..c089aaa 100644
--- a/tests/server/test_ende_with_empty_lines.sh
+++ b/tests/server/test_ende_with_empty_lines.sh
@@ -1,5 +1,10 @@
#!/bin/bash
+#####################################################################
+# SUMMARY: Translate a text with empty lines using marian-server
+# TAGS: server
+#####################################################################
+
# Exit on error
set -e