musicautobot icon indicating copy to clipboard operation
musicautobot copied to clipboard

Using deep learning to generate music in MIDI format.

Results 13 musicautobot issues
Sort by recently updated
recently updated
newest added

In multitask_transformer, some strange things happened. In both DataPreprocessing-Reddit ipynb (/music_transformer/) and DataPreprocessing-Reddit-Seq2seq ipynb (/multitask_transformer/), when I executed 'processed = process_all(...)', it just continued running and never stopped, even clicking...

Issue #4 mentioned training solely on chord progressions, and I've wondered about doing the same with melodies. To that end I'm linking a project I've just found that uses random...

Everything seems to change to 4/4 time regardless of the original time signature, which I suppose is because 4/4 MIDIs are so much more numerous. Would training separately on other...