-
Notifications
You must be signed in to change notification settings - Fork 9
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
Increase numerical precision for Jax (optional?) #17
Comments
Ok, will add |
amazing, thanks! |
I've tried 2 implementations:
from jax.config import config
config.update("jax_enable_x64", True)
My take: if x64 is desired, use as |
Mhm, that doesn't sound very promising, let's further discuss this today. How can I make sure I use |
If you didn't use the above import, it should be always |
Assuming this is done. |
Makes a difference in our example (
MK_2021-09-07_fgw_comparison_gt
). Make it optional, e.g. when running on the GPU?The text was updated successfully, but these errors were encountered: