-
Notifications
You must be signed in to change notification settings - Fork 16
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
Optimization with Float32 #13
Comments
Could you provide the full stack trace. As you can see from the error message, it seems like a `Float64' value slipped into the calculation. I would need some more details to figure out whether this is an error on my behalf (because I somewhere hard-coded a Float64 value where I shouldn't have) or whether this happens in the computation of the function value or gradient ? |
Here it is:
|
It does not seem easy to find out where the |
If you have code that you can share to reproduce the bug, I can take a more detailed look. |
Hi, |
Hello,
Can I use ConjugateGradient with Float32 function value and gradient? I have been running calculations with Float64 and everything has been fine, but with Float32 I get the following error:
The text was updated successfully, but these errors were encountered: