Replies: 1 comment 1 reply
-
Thanks for the question! Can you edit your code snippet to define |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Jax team! A question about jitting, I have a function
f
that returns a tuple of complex square Jax arrays and I want to get the jacobian of the imaginary part.I have a function that returns the image of a tuple of jax array, it works fine without jitting but when
f
is jitted I end up with this error. (important note: if I jit the jacobian instead it works as expected)which happens in the dtype function
It started failing with the version
0.4.4
and was working before.EDIT
The issue arises when using jax.numpy.conj(state) which is 'Zero(ShapedArray(complex64[2,2]))'
Beta Was this translation helpful? Give feedback.
All reactions