We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7459933 commit 3ea654fCopy full SHA for 3ea654f
data/download.sh
@@ -2,4 +2,4 @@
2
3
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
5
-wget -c http://www.iro.umontreal.ca/~lisa/deep/midi.zip && unzip -f midi.zip -d ../code && echo "extracted Modified Python MIDI package (GPL)"
+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