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-06-18 14:26:53 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-06-18 14:26:53 +0300
commit0f0a33f22e9cdd4e383a356cb44f6ee1a866b22c (patch)
tree381c884b2fc73a26ed9e40d73ccc0ed3589ad51d /Makefile
parent46c65f123b642a92d6800db00c5a046c29a1bf47 (diff)
Add tests for returning alignments from ensembles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c8af791..e735e3a 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ models:
cd $@ && bash ./download-wmt17.sh
cd $@ && bash ./download-char-s2s.sh
cd $@ && bash ./download-wnmt18.sh
+ cd $@ && bash ./download-wmt18.sh
data:
mkdir -p $@