kok202/ApolloGAN

FileNotFound error: The system cannot find the file "ApolloGAN_Database/Data_midiTrain/reels"

Opened this issue · 1 comments

I'm trying to train this model on my local machine, the problem is the path to the dataloader specified in the environment.py does not exit. This one --> DATA_LOADER_PATH = 'Data_midiTrain/reels'. What should I do? I really need your help.

you can change the DATA_LOADER_PATH in environments.py,
like DATA_LOADER_PATH = 'Data_midiTrain', not DATA_LOADER_PATH = 'Data_midiTrain/reels',
actually, the traindata is not in the reels and the reels dir is not exist.
I tried make 'Data_midiTrain/reels' dir, It proves the model cannot run, It has to modify the DATA_LOADER_PATH.