You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/rnnrbm.txt
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Modeling and generating sequences of polyphonic music with the RNN-RBM
11
11
and `restricted Boltzmann machines (RBM) <rbm.html>`_.
12
12
13
13
.. note::
14
-
The code for this section is available for download here: `rnnrbm.py <../code/rnnrbm.py>`_.
14
+
The code for this section is available for download here: `rnnrbm.py <code/rnnrbm.py>`_.
15
15
16
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
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.
@@ -266,7 +266,7 @@ We now have all the necessary ingredients to start training our network on real
0 commit comments