This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Description
When JAX variables are used without .value with jit, gradient and other transformation it leads to error TypeError: Value Traced<...> with type <class 'jax.interpreters.partial_eval.DynamicJaxprTracer'> is not a valid JAX type
This is a recent regression caused by some underlying changes in JAX