Skuldur / Classical-Piano-Composer

MIT License
602 stars 318 forks source link

Midi Output ... One Note Repeating #16

Closed calverca closed 5 years ago

calverca commented 5 years ago

Hello, I have run the files and my test_output file is just one note repeating. I ran 20 epochs with 3 files the loss decreased from 4.3 to 3.9. In the predict.py file I manually replaced the weights.hdf5 with the last weight-improvement hdf5 file. Is there something I'm doing wrong?

Utayaki commented 5 years ago

Nope, that's normal. You have to reach 0,1's loss at least to have a full music track

calverca commented 5 years ago

Thank you. I will do that. Appreciate the feedback.

calverca commented 5 years ago

It works. I have also lowered all the LSTM to 256 and increased the batches to 164 and it works nice now. I also found that increasing the difference between the training files helped a lot. I used a metal song and a jazz song for training and got much faster results. Thanks again!