Skip to content

Commit 5794308

Browse files
committed
Merge pull request lisa-lab#25 from lisa-lab/mnist_pkl_py3k
Download version of mnist.pkl.gz compatible with python 3
2 parents cfb0a02 + be46753 commit 5794308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data/download.sh

+1
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)