Concatenate 2 jax trace arrays #21838
Unanswered
BrandonGel
asked this question in
Q&A
Replies: 2 comments
-
This looks unrelated to concatenation, rather it seems your function is leaking a tracer, which generally means you're attempting to modify some global state within JIT-compiled code. It will be difficult to help any further without more information; could you try to put together a minimal reproducible example that reproduces the error you're seeing? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, I found out my error. When using a python debugger with JAX, it would cause a trace memory leakage. So not using debugger, the code works fine. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
So I am trying to concatenate 2 trace arrays to make 1 new array, but I am getting this error. Not sure how to resolve it.
Beta Was this translation helpful? Give feedback.
All reactions