Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data format for training new model. #18

Open
mesielepush opened this issue Mar 21, 2019 · 3 comments
Open

Data format for training new model. #18

mesielepush opened this issue Mar 21, 2019 · 3 comments

Comments

@mesielepush
Copy link

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?

@HackerPoet
Copy link
Owner

"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.

@User-71
Copy link

User-71 commented Sep 28, 2019

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?

@AkuiChan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants