我正在尝试在the google collab notebook
中使用性能RNN的条件模型但是,我对python / tensorflow不太熟悉,我无法使用参数notes_per_second
或pitch_class_histogram
来工作。
我尝试了以下操作:
notes_per_second = 2.0
mm.performance_controls.notes_per_second(2.0)
generator_options.args['notes_per_second'].float_value = 2.0
在使用自己的参数方面的任何帮助将不胜感激。