Closed Tera-ravyn closed 7 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.
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.
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.