Detected differentiation of a custom_jvp function with respect to a closed-over value? #6994
Unanswered
adam-hartshorne
asked this question in
Q&A
Replies: 3 comments 9 replies
-
I refresh this discussion because I had the same issue. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Maybe helpful: #10134 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found how to manage the derivative in #10134 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to follow the example in Chapter 2 of the http://implicit-layers-tutorial.org/implicit_functions/ written by @mattjj that looks at ODEs.
I get the following error
which links to this page, https://jax.readthedocs.io/en/latest/custom_vjp_update.html
But I have no idea really what this means or how you go about updating the examples to fit for this new approach.
In particular I am looking at the same @odeint_rk4.defjvp example.
Any help much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions