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:
Diffstat (limited to 'examples/mnist/Makefile')
-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