-
Notifications
You must be signed in to change notification settings - Fork 67
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
Does jaxopt.LBFGS required double precision? #608
Comments
No it uses the same precision as the parameters. |
Thanks @mblondel . jaxopt.ScipyMinimize says:
Can I assume that this does not hold for jaxopt.LBFGS and that there should not be very large differences in the result of a jaxopt.LBFGS optimization if I use simple or double precision parameters? |
|
Thanks @mblondel |
The PyTorch implementation of LBFGS requires double precision (please refer to this issue).
jaxopt.ScipyMinimize uses double precision by default.
Does jaxopt.LBFGS require double precision?
The text was updated successfully, but these errors were encountered: