You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to examine DeepBach with my own MIDI dataset,
but the way pickle file is made is a bit difficult to comprehend.
Could you please let us know as to how to convert MIDI files to the pickle file to be used,
e.g. what kind of preprocessing is needed, how to organize them, etc?
Thanx a bunch.
The text was updated successfully, but these errors were encountered:
See the --dataset argument #8
Your dataset folder must contains all your midi files.
The midi files must be multitrack, each track being monophonic. You need to be able to parse them using the converter.parse function from music21
Thanks
Thanx for the great repository.
I'd like to examine DeepBach with my own MIDI dataset,
but the way pickle file is made is a bit difficult to comprehend.
Could you please let us know as to how to convert MIDI files to the pickle file to be used,
e.g. what kind of preprocessing is needed, how to organize them, etc?
Thanx a bunch.
The text was updated successfully, but these errors were encountered: