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

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

Open
ChrisDavidson7 opened this issue Nov 4, 2022 · 1 comment

Comments

@ChrisDavidson7
Copy link

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.

@Niclouge
Copy link

Niclouge commented Nov 18, 2022

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.

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

2 participants