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
Hi, thank you for the catch!
Indeed this should be fixed! For the file extensions we can use miditok.constants.MIDI_FILES_EXTENSIONS
Do you want to make the code contribution or should I do it?
Hi, thank you for the catch! Indeed this should be fixed! For the file extensions we can use miditok.constants.MIDI_FILES_EXTENSIONS Do you want to make the code contribution or should I do it?
in docs(https://miditok.readthedocs.io/en/latest/examples.html), you pass list
but in code, it's different
MidiTok/miditok/data_augmentation/data_augmentation.py
Line 17 in e6bdebd
MidiTok/miditok/data_augmentation/data_augmentation.py
Line 38 in e6bdebd
and ".midi" is ignored
MidiTok/miditok/data_augmentation/data_augmentation.py
Line 76 in e6bdebd
The text was updated successfully, but these errors were encountered: