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
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.
The text was updated successfully, but these errors were encountered:
I'm guessing this is the same problem as #33
Within
__getitem__
of theMaestroDataset
class,hdf5_name
isworkspace\\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.The text was updated successfully, but these errors were encountered: