orbax
orbax copied to clipboard
Orbax provides common utility libraries for JAX users.
Internal changes to support more export / load options.
Internal change.
Internal change.
Internal change.
Internal change.
Fix error checking in async portion of CheckpointManager save.
Refactor training time saved measurement so that all non-primary hosts report it as well.
Reopening an issue regarding incompatibility with Haiku naming conventions (similar to [previous issue](https://github.com/google/orbax/issues/339)). This is not problematic in v0.3.5 Sample code: ```python from jax import numpy as jnp import orbax.checkpoint...
Internal change.
It would be great if you could provide the empty py.typed file for type checking. I'm a little confused about the structure of two packages in one repo, and not...