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

failed to run Transcribe Audio in colab #148

Closed
Tera-ravyn opened this issue Mar 15, 2024 · 1 comment
Closed

failed to run Transcribe Audio in colab #148

Tera-ravyn opened this issue Mar 15, 2024 · 1 comment

Comments

@Tera-ravyn
Copy link

Tera-ravyn commented Mar 15, 2024

I encoutered this in unit "Transcribe Audio" when use colab:

/usr/local/lib/python3.10/dist-packages/note_seq/notebook_utils.py in plot_sequence(sequence, show_figure)
145 fig = bokeh.plotting.figure(
146 tools='hover,pan,box_zoom,reset,save')
--> 147 fig.plot_width = 500
148 fig.plot_height = 200
149 fig.xaxis.axis_label = 'time (sec)'
AttributeError: unexpected attribute 'plot_width' to figure, similar attributes are outer_width, width or min_width

Could anyone help me to fix this? I'm sorry I know few about how this is supposed to work.

@Tera-ravyn Tera-ravyn changed the title failed to run Transcribe Audio failed to run Transcribe Audio in colab Mar 15, 2024
@Tera-ravyn
Copy link
Author

#144 (comment)

I missed this. As it goes, this error is not a problem for generating the midi file. I got file successfully by just ignoring it.

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

1 participant