Skip to content

Commit 6ae67bf

Browse files
committed
license, centralized hosting and automated download for the modified Python MIDI package
1 parent 46ee5e5 commit 6ae67bf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

data/download.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
22

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

doc/rnnrbm.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Modeling and generating sequences of polyphonic music with the RNN-RBM
1313
.. note::
1414
The code for this section is available for download here: `rnnrbm.py <../code/rnnrbm.py>`_.
1515

16-
You will need the modified `Python MIDI package <http://www-etud.iro.umontreal.ca/~boulanni/midi.zip>`_ in your ``$PYTHONPATH`` or in the working directory in order to convert MIDI files to and from piano-rolls.
17-
The script also assumes that the content of the `Nottingham Database of folk tunes <http://www.iro.umontreal.ca/~lisa/deep/data/mnist/Nottingham.zip>`_ has been extracted in the ``../data`` directory.
16+
You will need the modified `Python MIDI package (GPL license) <http://www.iro.umontreal.ca/~lisa/deep/midi.zip>`_ in your ``$PYTHONPATH`` or in the working directory in order to convert MIDI files to and from piano-rolls.
17+
The script also assumes that the content of the `Nottingham Database of folk tunes <http://www.iro.umontreal.ca/~lisa/deep/data/Nottingham.zip>`_ has been extracted in the ``../data`` directory.
1818
Alternative MIDI datasets are available `here <http://www-etud.iro.umontreal.ca/~boulanni/icml2012>`_.
1919

2020
.. caution::

0 commit comments

Comments
 (0)