muzic icon indicating copy to clipboard operation
muzic copied to clipboard

[ROC] Error when preparing data

Open gandolfxu opened this issue 2 years ago • 1 comments

python gen.py lmd_matched lmd_matched

Traceback (most recent call last): File "gen.py", line 13, in from magenta_chord_recognition import infer_chords_for_sequence, _key_chord_distribution,
ModuleNotFoundError: No module named 'magenta_chord_recognition'

gandolfxu avatar Jan 19 '23 07:01 gandolfxu

Please try 'from utils.magenta_chord_recognition import infer_chords_for_sequence, ...'

trestad avatar Mar 08 '23 14:03 trestad