Skip to content

Commit cfb0a02

Browse files
committed
Correctly uncompress the data.
1 parent 2ac5c43 commit cfb0a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/download.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22

33
wget -c http://www.iro.umontreal.ca/~lisa/deep/data/mnist/mnist.pkl.gz
4-
wget -c http://www.iro.umontreal.ca/~lisa/deep/data/Nottingham.zip && unzip -f Nottingham.zip
4+
wget -c http://www.iro.umontreal.ca/~lisa/deep/data/Nottingham.zip && unzip -u Nottingham.zip
55
wget -c http://www.iro.umontreal.ca/~lisa/deep/midi.zip && unzip -u midi.zip -d ../code && echo "extracted Modified Python MIDI package (GPL)"

0 commit comments

Comments
 (0)