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
Hi, I was wondering if someone might have some insight.
I've followed the "Train" notebook, but when I try to run it, I get the titular error. I am using the .mid files from "/data/midi/examples" as training data or a different set.The "Index, seed #" number changes on different runs.
Additionally, I cannot run the Generate notebook with the example.pth file generated either, it gives the following:
\learner.py", line 18, in music_model_learner
if config is None: config = state['config']
KeyError: 'config'
The text was updated successfully, but these errors were encountered:
I'm having the same error. Both "pred" and "full" contain non-midi notes if I train the model on my own. No error would happen if I use the pretrained model.
could you resolve this issue with the anwers or by yourself?
I am currently facing the same problem (Non midi note detected. Only returning valid portion. Index, seed 5 (50, 2)) and i just can't find a propert solution or workaround...
Hi, I was wondering if someone might have some insight.
I've followed the "Train" notebook, but when I try to run it, I get the titular error. I am using the .mid files from "/data/midi/examples" as training data or a different set.The "Index, seed #" number changes on different runs.
Additionally, I cannot run the Generate notebook with the example.pth file generated either, it gives the following:
\learner.py", line 18, in music_model_learner
if config is None: config = state['config']
KeyError: 'config'
The text was updated successfully, but these errors were encountered: