Composer icon indicating copy to clipboard operation
Composer copied to clipboard

Data format for training new model.

Open mesielepush opened this issue 5 years ago • 3 comments

I've been trying to train a new model, but either midi.midi_to_sample() raises: "Detected multiple distinct time signatures." or try: samples = midi.midi_to_samples(path) raises an exception error. Is there a special configuration or preparation for the midi files?

mesielepush avatar Mar 21 '19 11:03 mesielepush

"Detected multiple distinct time signatures" is just a warning that it's skipping that midi file. You can ignore it assuming you still have samples that do work. The nature of the algorithm relies on measures and I used a fixed time step for simplicity, so I had to skip files with more than 1 time signature.

HackerPoet avatar Mar 21 '19 17:03 HackerPoet

I have also found that when attempting to train a new model, I have only received the exception error. How can this be solved and what could cause this?

User-71 avatar Sep 28 '19 15:09 User-71

This error is causing my code ot skip all the songs... and im unsure how to solve this issue

AkuiChan avatar Oct 16 '19 11:10 AkuiChan