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 just downloaded MUSDB18 and unzipped the mp4 files, and set the environment variable MUSDB_PATH to that directory. When using the Python API, mus.load_mus_tracks('Dev') results in an empty list, but mus.load_mus_tracks('train') works fine. Same problem applies to mus.run.
Similarly, 'Test' has to be lowercase, it seems.
The text was updated successfully, but these errors were encountered:
I just downloaded MUSDB18 and unzipped the mp4 files, and set the environment variable MUSDB_PATH to that directory. When using the Python API,
mus.load_mus_tracks('Dev')
results in an empty list, butmus.load_mus_tracks('train')
works fine. Same problem applies tomus.run
.Similarly,
'Test'
has to be lowercase, it seems.The text was updated successfully, but these errors were encountered: