-
Notifications
You must be signed in to change notification settings - Fork 13
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 Error regarding variable i #9
Comments
imglist[i] ---> imglist[-1] |
I have fixed this bug, thank you. |
Dear @opteroncx Thanks for your correction but now i got another error |
Are you using PyTorch with version > 0.2 ? |
Thanks you so much. Yea its now running. a little bit worry about this warning.. |
loss.data[0] --> loss.item() |
Hello,
I generated the .h5 file according to your instruction in issues #8. But now i got new error as attached in screen shot.
Where you define the variable
i
in the main.py file. The error generated by highlighted line in the attached file.can you correct the code please
Thanks
The text was updated successfully, but these errors were encountered: