-
Notifications
You must be signed in to change notification settings - Fork 56
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
Training will ony run over 3 steps #19
Comments
Line 70 of Train.py seem data loader. If your dataset structure is different to README file, some errors will occur from data loader. Could you show your error message? |
this is what i have changed in the parameters.py file:
in the data_loader.py file i have changed the location to:
the structure of the data folder is see the attached file. i hope you can guide me to fixing this :) |
It looks fine. If you show me your error message, debugging will be more clear |
File "main.py", line 81, in Train |
i am currently using python3.7 |
It looks like path problem. Try to set the path to absolute path |
Hi,
i have tried to run your code but for some reason when training in Train.py line 70 it will only run for 3 steps and then finish. this seems a bit odd as i would have assuemed it would run over all the images?!
hope for quick feedback :)
The text was updated successfully, but these errors were encountered: