You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jax.tree_map function is deprecated from jax and jaxlib 0.4.26. This should be updated to jax.tree.map (jax v0.4.25 or newer) or jax.tree_util.tree_map (any JAX version).