From d45f88af6db0fa7fca3877448c810533347ba6f9 Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Tue, 13 Sep 2016 18:20:44 +0200 Subject: fix unpacking data --- examples/mnist/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 -- cgit v1.2.3