-
Notifications
You must be signed in to change notification settings - Fork 23
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
TypeError when attempting grad of vmap #101
Comments
patrick-kidger
added a commit
to patrick-kidger/equinox
that referenced
this issue
Aug 7, 2024
In particular this resulted in a trace error here: patrick-kidger/lineax#101
This was referenced Aug 7, 2024
Thanks for the detail reproduction! That's really useful. This should now be fixed in patrick-kidger/equinox#795 ! If you install Equinox from that branch then you find that things are resolved. I'll merge that upstream and do a new release of Equinox shortly. |
Thanks! That fixed it for me. |
patrick-kidger
added a commit
to patrick-kidger/equinox
that referenced
this issue
Aug 12, 2024
In particular this resulted in a trace error here: patrick-kidger/lineax#101
Artur-Galstyan
pushed a commit
to Artur-Galstyan/equinox
that referenced
this issue
Aug 12, 2024
In particular this resulted in a trace error here: patrick-kidger/lineax#101
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the following code
calling
test2
andtest3
works fine, but callingtest1
results inwhereas it runs fine if I remove
jax.grad
fromtest1
. This seems to happen both on the latest release on PyPI, as well as on the latest version on the main branch. Am I doing something wrong here, or should this work?The text was updated successfully, but these errors were encountered: