Skip to content

Commit be46753

Browse files
committed
Download version of mnist.pkl.gz compatible with python 3
1 parent cfb0a02 commit be46753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/download.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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/mnist/mnist_py3k.pkl.gz
45
wget -c http://www.iro.umontreal.ca/~lisa/deep/data/Nottingham.zip && unzip -u Nottingham.zip
56
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)