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:
authorTomasz Dwojak <t.dwojak@amu.edu.pl>2017-12-14 14:49:43 +0300
committerGitHub <noreply@github.com>2017-12-14 14:49:43 +0300
commit6ae3e35bb5ddcad308f6ac71fe1a8a2135c3e55b (patch)
treec9b100cc59e3c50eabb7f86d1b44413b50a7e5c8 /Makefile
parent3c00a62a8b6021cc10c08b9c175e4c00d61c1bf9 (diff)
parent7388e52e715a7e4c5d7f4fb142b966d1c5c723e6 (diff)
Merge pull request #2 from marian-nmt/charS2S
Adding a test for char-s2s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4004278..25831f6 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ models:
mkdir -p $@
cd $@ && bash ./download-wmt16.sh
cd $@ && bash ./download-wmt17.sh
+ cd $@ && bash ./download-char-s2s.sh
data:
mkdir -p $@