how can I pass jaxprTrace as index of list in jax.scan #6663
Unanswered
Tanman1234
asked this question in
Q&A
Replies: 1 comment
-
No, traced values cannot be used as list indices. Your options, which may or may not be possible depending on the context, are either to change your call such that the traced value is static/concrete, or to convert the list to a |
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 am working on ILQR algorithm so is there any way to pass jaxPrTrace as a index of list
Beta Was this translation helpful? Give feedback.
All reactions