google / uncertainty-baselines

High-quality implementations of standard and SOTA methods on a variety of tasks.
Apache License 2.0
1.43k stars 202 forks source link

Replace deprecated `jax.tree_*` functions with `jax.tree.*` #1327

Closed copybara-service[bot] closed 4 months ago

copybara-service[bot] commented 4 months ago

Replace deprecated jax.tree_* functions with jax.tree.*

The top-level jax.tree_* aliases have long been deprecated, and will soon be removed. Alternate APIs are in jax.tree_util, with shorter aliases in the jax.tree submodule, added in JAX version 0.4.25.