-
Hi! Thank you for your work on Jax. Please excuse me if I made any false assumptions or mistakes. I'm very new to Jax. I've came across unexpected
which gives:
Running with either The Otherwise, it could be similar to how I understand that it might be up to the developer to notice these kind of things, but it seems reasonable to raise an error with some explanation rather than returning The code example given at the top was ran on |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks for the report. Perhaps we should default to a method other than Regarding detecting problematic inputs at runtime: this is not necessarily easy in JAX, for the same reason that it's not easy to detect out-of-bound indices at runtime. I won't say more here because the background is pretty well covered in https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html#out-of-bounds-indexing |
Beta Was this translation helpful? Give feedback.
Thanks for the report. Perhaps we should default to a method other than
cholesky
.Regarding detecting problematic inputs at runtime: this is not necessarily easy in JAX, for the same reason that it's not easy to detect out-of-bound indices at runtime. I won't say more here because the background is pretty well covered in https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html#out-of-bounds-indexing