Skip to content

Commit 7cad257

Browse files
committed
added basic README
1 parent 407a800 commit 7cad257

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Dependencies
1+
Overview
22
============
3+
A project that trains recurrent neural networks over datasets of MIDI files. More information can be found on the [writeup about this project](http://yoavz.com/music_rnn/) and on the [paper](http://yoavz.com/music_rnn_paper.pdf) written to accompany this project.
34

5+
Dependencies
6+
============
7+
* Numpy (http://www.numpy.org/)
8+
* Tensorflow (https://github.com/tensorflow/tensorflow)
49
* Python Midi (https://github.com/vishnubob/python-midi.git)
10+
* Mingus (https://github.com/bspaans/python-mingus)

rnn.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def __repr__(self):
8787
logger.addHandler(logging.StreamHandler())
8888
logger.addHandler(logging.FileHandler(os.path.join(run_folder, "training.log")))
8989

90-
# grid
9190
grid = {
9291
"dropout_prob": [0.4],
9392
"input_dropout_prob": [0.75],

0 commit comments

Comments
 (0)