jisungk / deepjazz

Deep learning driven jazz generation using Keras & Theano!
http://deepjazz.io
Apache License 2.0
2.88k stars 443 forks source link

Generation seems to have changed after refactoring #2

Closed jisungk closed 8 years ago

jisungk commented 8 years ago

-need to double check refactored code with prior code -some qualitative differences in generated music

jisungk commented 8 years ago

Fixed with newest commit: -random number generator bug (when moving from random to np.random, np.random is exclusive to the high value, while np.random is inclusive to the high value) -misplaced code bug