magenta / mt3

MT3: Multi-Task Multitrack Music Transcription
Apache License 2.0
1.41k stars 185 forks source link

failed to run Transcribe Audio in colab #148

Closed Tera-ravyn closed 6 months ago

Tera-ravyn commented 6 months ago

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 commented 6 months ago

https://github.com/magenta/mt3/issues/144#issuecomment-1986950916

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.