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 11:11:02 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-06-18 11:11:02 +0300
commit74dab8c4ef3c5d46fe7c70a3f399c2b00897b5d9 (patch)
treee74c36d516b31a5531ada516445eda7a7eb98f28 /Makefile
parent7f95e5757719110785527eafbea326dacffe611b (diff)
Add tests with WNMT18 models
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c4c73e..c8af791 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ models:
cd $@ && bash ./download-wmt16.sh
cd $@ && bash ./download-wmt17.sh
cd $@ && bash ./download-char-s2s.sh
+ cd $@ && bash ./download-wnmt18.sh
data:
mkdir -p $@