You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now we do our numerical derivatives with python for-loops so they are incredibly slow. i have wanted to replace them for a while, but only today learned of jax
right now we do our numerical derivatives with python for-loops so they are incredibly slow. i have wanted to replace them for a while, but only today learned of jax
https://github.com/google/jax
which i think is worth trying
The text was updated successfully, but these errors were encountered: