Ghadjeres / DeepBach

code accompanying "DeepBach: a Steerable Model for Bach Chorales Generation" paper
MIT License
500 stars 131 forks source link

Problems with harmonising supplied soprano melody #6

Closed rzil closed 5 years ago

rzil commented 7 years ago

Following instructions in the Readme file I tried the command python3 deepBach.py -m melody1.mid -p -i 10000 with the attached midi file. The results were garbage: totally dissonant. I take it there is something wrong with either a) the settings I used or b) the midi file. Some help here would be appreciated.

melody1.mid.zip

Ghadjeres commented 7 years ago

Have you trained the model (the -t option?) You may add more iterations too

timokeller commented 6 years ago

I have a similar problem: First, I did python deepBach.py for training, but the created chorale is also totally dissonant. (Which branch should I use?)

Ghadjeres commented 5 years ago

There is a new implementation in Pytorch (on master). Maybe you will have more chance with this one!