-
Notifications
You must be signed in to change notification settings - Fork 89
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
Jax tracers and adding scalars to arrays #2637
Comments
Another thing I've been wondering about in this context: the trace points to an API
ak.from_arraylib myself too.
|
Another |
Linking #2556 (comment) because the error is originating from the exact same place. |
* fix: remove redundant(?) Jax.is_tracer_type check in _layout * use importorskip * test #2637 too
Version of Awkward Array
ce63bf2 (main from 2 weeks ago)
Description and code to reproduce
The following currently does not work. I am trying to differentiate through an operation that adds a scalar to an array:
Result:
Am I setting this up wrong, or is this a bug?
The text was updated successfully, but these errors were encountered: