-
Notifications
You must be signed in to change notification settings - Fork 20
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
Accuracy = 0 #6
Comments
just FYI, I think I've narrowed it down to the logic in the lambda function: Seems to be an issue with floor division if both operands have integer types. Maybe due to some recent PyTorch updates. Pull request submitted for proposed fix. |
robd2
added a commit
to robd2/cnn-graph-classification
that referenced
this issue
Sep 14, 2018
Accuracy = 0 as a result of recent PyTorch changes. See here for info: pytorch/pytorch#5411
robd2
added a commit
to robd2/cnn-graph-classification
that referenced
this issue
Sep 14, 2018
This reverts commit e77488f.
robd2
added a commit
to robd2/cnn-graph-classification
that referenced
this issue
Sep 14, 2018
Accuracy = 0 as a result of recent PyTorch changes. See here for info: pytorch/pytorch#5411
thank you for your issue@robd2. I have met this problem just now. |
giannisnik
added a commit
that referenced
this issue
Feb 15, 2019
fix for #6 Accuracy = 0 as a result of recent PyTorch changes. See here for info: pytorch/pytorch#5411
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you so much @giannisnik for publishing this code. Is a very interesting use of a CNN. I'm trying to reproduce some of your results but keep getting Accuracy = 0 measurements. Any thoughts on where to focus my debugging? Maybe related to the missing "best model"?
The text was updated successfully, but these errors were encountered: