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:
Diffstat (limited to 'data/download-data.sh')
-rwxr-xr-xdata/download-data.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/download-data.sh b/data/download-data.sh
index 37e71be..ce6ba2d 100755
--- a/data/download-data.sh
+++ b/data/download-data.sh
@@ -9,6 +9,7 @@ URL=https://romang.blob.core.windows.net/mariandev/regression-tests/data
# name as the tarball
DATA_TARBALLS=(
europarl.de-en
+ exdb_mnist
)
for name in ${DATA_TARBALLS[@]}; do