Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path error in MaestroDataset #34

Open
matsuobasho opened this issue Dec 28, 2023 · 1 comment
Open

Path error in MaestroDataset #34

matsuobasho opened this issue Dec 28, 2023 · 1 comment

Comments

@matsuobasho
Copy link

I'm guessing this is the same problem as #33

Within __getitem__ of the MaestroDataset class, hdf5_name is
workspace\\hdf5s\\maestro\\2018\\MIDI-Unprocessed_Recital17-19_MID--AUDIO_17_R1_2018_wav--4.h5

so hdf5_path becomes this:
'./workspace\\hdf5s\\maestro\\2018\\workspace\\hdf5s\\maestro\\2018\\MIDI-Unprocessed_Recital17-19_MID--AUDIO_17_R1_2018_wav--4.h5'

Thus, when we start loading the batches in main.py, we get a FileNotFoundError because the path is incorrect.

@matsuobasho
Copy link
Author

Any update on this? It's precluding me from using the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant