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-09-12 15:14:47 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-09-12 15:14:47 +0300
commitde74be79379c380451dc18a0e5337e36210bec0e (patch)
tree65ecdfea1d7707c945b6d3c7baf46f5753335267 /Makefile
parent45fc350d39abff539339d9b9b7fc4b5733b45958 (diff)
Add tests for transformer model
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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