-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
eagerpy not working together with Neural Tangents #19
Comments
code snippet
|
As can be seen from the above code, eagerpy works well with JAX for pure function, but will break as soon as |
Thanks for reporting this. Could you add syntax highlighting to your code and share the exact error message? Can you try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to differentiate through
predict_fn
provided by https://github.com/google/neural-tangents. This is doable withjax.grad
, but not witheagerpy.value_and_grad
.The text was updated successfully, but these errors were encountered: