Closed asigalov61 closed 4 years ago
You can try this file as an example that gives the error above: https://github.com/asigalov61/remi/blob/master/prompt.mid
It is called "out of vocabulary" (OOV) issue in NLP, which is raised because "note velocity 31" is not in my built vocabulary. In other words, there are no "note velocity 31" events in our training data. You have to manually revise the "un-seen" word to one of the existing words (e.g., change velocity 31 to 30).
Hey guys,
Reporting you error that happens when you run continuation function:
Is there a specific requirement for seed/stems files for your models?
KeyError Traceback (most recent call last)