-
Notifications
You must be signed in to change notification settings - Fork 192
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
error when running the "Transcribe Audio" stage #144
Comments
I got the same issue and it is from the note_seq.plot_sequence function call. Likely because of a version incompatibility with bokeh library. Despite this, |
Running the error I got here through ChatGPT suggested the following:
Looking at the colab file: The relevant snippet of code that's failing is: import note_seq
# ..snip..
inference_model = InferenceModel(checkpoint_path, MODEL)
# ..snip..
est_ns = inference_model(audio)
# ..snip..
note_seq.plot_sequence(est_ns) We can see the And here is a relevant sounding PR that may be related to this issue: Which notes:
Originally posted by @Yao-Lirong in magenta/note-seq#72 Once that PR lands, it should fix the root cause, but until then, it sounds like the workaround is to use a pre- Searching the issues here, we can see that this was already suggested in another thread:
|
Should be fixed now. |
The text was updated successfully, but these errors were encountered: