google / flax

Flax is a neural network library for JAX that is designed for flexibility.

Home Page:https://flax.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove tree_multimap filterwarning once Jraph uses jax.tree_map instead of jax.tree_multimap

marcvanzee opened this issue · comments

Jraph uses jax.tree_multimap, which is deprecated and causes our tests to fail. Therefore I added a filterwarning in pytest.ini. We should remove this filter warning once Jraph fixes this.

Update: Optax is fine now, but Jraph is still problematic. See google-deepmind/jraph#38