From 74dab8c4ef3c5d46fe7c70a3f399c2b00897b5d9 Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Mon, 18 Jun 2018 08:11:02 +0000 Subject: Add tests with WNMT18 models --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 $@ -- cgit v1.2.3