yoavz / music_rnn

Music Language Modeling with Recurrent Neural Networks
http://yoavz.com/music_rnn
197 stars 38 forks source link

How to generate music files after model has been trained? #9

Open JunshuaiFeng opened 6 years ago

JunshuaiFeng commented 6 years ago

Hi, firstly thanks for the fascinating work! I followed the instructions in the Readme, and I was able to finished all the steps successfully; however, I didn't see any generated new music files from the model besides the ones you generated. May I know how to generate some music files from the model?

Thanks in advance!