Commit Graph

4 Commits

Author SHA1 Message Date
Peter Hawkins 82a347438f Fix pytype failures related to teaching pytype about NumPy scalar types.
PiperOrigin-RevId: 519205179
2023-06-02 18:03:40 +01:00
Peter Hawkins c051e6a51d Fix or ignore some pytype errors related to jnp.ndarray == jax.Array.
PiperOrigin-RevId: 511294746
2023-06-02 18:02:16 +01:00
Jake VanderPlas 6fcb84268e 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.

PiperOrigin-RevId: 461229165
2022-07-24 17:53:28 +01:00
David Ding 12971d9a42 Example training pipeline for perceiver.
PiperOrigin-RevId: 387673066
2021-07-30 17:43:44 +01:00