Alex Ziller

Results 4 issues of Alex Ziller

Hello:) [The most recent release of jax 0.4.34](https://github.com/jax-ml/jax/releases/tag/jax-v0.4.34) does no longer support anything of the kind `jax.tree.map(f, None, non-None)`. This also affects optax, for example, in [add_decayed_weights](https://github.com/google-deepmind/optax/blob/main/optax/transforms/_adding.py#L50). The error can...