-
Notifications
You must be signed in to change notification settings - Fork 52
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 on CPU: "invalid on input" #4
Comments
Sorry for the delayed reply. The "invalid on input" warning (satnet_cpp:194) means that there are Nan or Inf in the gradient, which didn't happen during our tests. Could you describe your environment (CPU spec, numpy/pytorch version) for generating the bug? |
No worries, sorry for my late reply now :) Didn't find the time yet to try again. I'll report back when I do. |
So I found the time to try again. Still the same problem, but at a later epoch. Manjaro Linux, Linux 5.3.18-1 (Running in Virtualbox) Tell me if you need more information. Thanks for your help! |
Sorry for the late update. I've updated the APIs to work with Pytorch:1.7.0. |
Thank you for the update. I'll report back, when I try again. |
Hi, I'm trying to run the parity experiment locally on my CPU:
But at Epoch 18 I get the error
invalid on input
:What could be wrong?
The text was updated successfully, but these errors were encountered: