You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 wasarray([11, 65, 82, 39, 73])
for example.I suspect
n_pitches_used()
in src/musegan/metrics.py may be incorrect.The text was updated successfully, but these errors were encountered: