ekzhang / music-gen

Generate and play music with a recurrent neural network running in the browser!
https://ekzhang.github.io/music-gen/
7 stars 0 forks source link

Interested in train code #1

Open yippp opened 6 years ago

yippp commented 6 years ago

Hi. I am interested in the train code of this model. And I notice that there may be different from your another project char-rnn-keras. Could you give more info about the train code & data processing. Thanks.

ekzhang commented 6 years ago

This project takes a pre-trained neural network weights & architecture. I did the training with char-rnn-keras and converted the model to the keras-js format.