-
Notifications
You must be signed in to change notification settings - Fork 2
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
JAX #4
Comments
In particular, I wonder how these limitations compare to pytorch:
|
I'm most worried about the forbidden assignment OPs |
Hmm, sounds generally really interesting.
This is at the moment only relevant at the final ice thickness computation for each step and probably could be altered by reverting the indexing scheme to the original model and calculating ice thickness at the domain border as well. But then, fancy indexing is necessary again ... Further on, the stability criterion is currently implemented by an if-statement and therefore probably preventing JIT:
Will have to have a closer look for exact evaluation. |
At first glance, it also seems like convolution is not yet supported by JAX. However, this is currently used to determine the boundary of the ice cap. |
Out since one month: https://github.com/google/jax
Twitter is divided about the actual differences with pytorch, but the clear scope of JAX makes it actually worth a try (maybe faster than pytorch?)
The text was updated successfully, but these errors were encountered: