Prompt
main(midi_file, checkpoint='notochord-latest.ckpt', start_tokens=True)
Run the contents of a MIDI file through a Notochord model and cache the results.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
midi_file |
path to a MIDI file to prompt with. |
required | |
checkpoint |
path to Notochord model. |
'notochord-latest.ckpt'
|
|
start_tokens |
whether to include send start-of-sequence tokens in prompt |
True
|