Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <romang@amu.edu.pl>2016-09-13 19:20:44 +0300
committerRoman Grundkiewicz <romang@amu.edu.pl>2016-09-13 19:20:44 +0300
commitd45f88af6db0fa7fca3877448c810533347ba6f9 (patch)
tree833878c1eb6004014bfdb9e2aeac147b3beea5bc /examples
parentcc7a48310f19423f269f19330c32090b866d3c90 (diff)
fix unpacking data
Diffstat (limited to 'examples')
-rw-r--r--examples/mnist/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/mnist/Makefile b/examples/mnist/Makefile
index 26f65554..051d5a60 100644
--- a/examples/mnist/Makefile
+++ b/examples/mnist/Makefile
@@ -8,7 +8,7 @@ download: train-images-idx3-ubyte train-labels-idx1-ubyte t10k-images-idx3-ubyte
gzip -d < $^ > $@
%-ubyte.gz:
- wget http://yann.lecun.com/exdb/mnist/$*.gz -O $@
+ wget http://yann.lecun.com/exdb/mnist/$*-ubyte.gz -O $@
clean:
- rm -f *.gz
+ rm -f *.gz *-ubyte