google / fedjax

FedJAX is a JAX-based open source library for Federated Learning simulations that emphasizes ease-of-use in research.
Apache License 2.0
252 stars 41 forks source link

Use jax.tree_util.tree_map in place of deprecated tree_multimap. #275

Closed copybara-service[bot] closed 2 years ago

copybara-service[bot] commented 2 years ago

Use jax.tree_util.tree_map in place of deprecated tree_multimap.

The latter is a simple alias of the former, so this change is a no-op.