basic-pitch icon indicating copy to clipboard operation
basic-pitch copied to clipboard

Example code doesn't work out of the box for 'predict_and_save'

Open godofecht opened this issue 4 months ago • 0 comments

from basic_pitch.inference import predict_and_save

predict_and_save(
    <input-audio-path-list>,
    <output-directory>,
    <save-midi>,
    <sonify-midi>,
    <save-model-outputs>,
    <save-notes>,
)

TypeError: predict_and_save() missing 1 required positional argument: 'model_or_model_path'

godofecht avatar Oct 11 '24 11:10 godofecht