salu133445 / musegan

An AI for Music Generation
https://salu133445.github.io/musegan/
MIT License
1.81k stars 368 forks source link

n_pitch_classes_used are not in [0, 12] #141

Open KateSawada opened 1 year ago

KateSawada commented 1 year ago

I checked exp/EXP_NAME/eval/n_pitch_classes_used/n_pitch_classes_used_N.npy and I expected its values in [0, 12]. However, it was array([11, 65, 82, 39, 73]) for example. I suspect n_pitches_used() in src/musegan/metrics.py may be incorrect.