-
Notifications
You must be signed in to change notification settings - Fork 5
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
ValueError: cannot convert float NaN to integer #2
Comments
@Lucieno @stevenygd I met the same problem after ten epochs, does it mean the blowup or overflow ?
|
+1 to this problem. having the same issue when trying to run the code. |
download the correct dependencies, they are stated in the readme |
Hello, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to run the example VGG16LP with dataset CIFAR10.
However, the following error occurs:
ValueError: cannot convert float NaN to integer
It would be greatly appreciated if anyone can help.
The details of the execution, error, and the environment are shown as following.
I tried to print out max_entry right before it computes max_exponet:
Environment:
OS: Ubuntu 18.04
My GPU: GeForce® GTX 1060 3GB
The text was updated successfully, but these errors were encountered: