From de74be79379c380451dc18a0e5337e36210bec0e Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Wed, 12 Sep 2018 13:14:47 +0100 Subject: Add tests for transformer model --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c552419..6939f3d 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ models: cd $@ && bash ./download-wmt17.sh cd $@ && bash ./download-char-s2s.sh cd $@ && bash ./download-wnmt18.sh + cd $@ && bash ./download-transformer.sh data: mkdir -p $@ @@ -50,4 +51,4 @@ clean: git clean -x -d -f tests clean-all: - git clean -x -d -f \ No newline at end of file + git clean -x -d -f -- cgit v1.2.3