orbax
orbax copied to clipboard
Orbax provides common utility libraries for JAX users.
I was trying to find info about how to export an orbax checkpoint to SavedModel, and found broken links or code examples in the docs with exception / stack traces:...
Internal change.
Support lazy init of a CheckpointInfo with `CheckpointManagerOptions.lazy_checkpoint_info`.
Log memory_info in save code path.
Add `tree_trim` function for filtering a PyTree by another's structure.
internal
internal
Catching very infrequent error in train-logs writing which crashes train job.
Patch for `use_replica_parallel=False`.
Use ocp.futures.CommitFutureAwaitingContractedSignals to support async directory creation feature for Gemax Prod
The example code from the documentation of the form ``` python mngr.save(0, args=ocp.args.PyTreeSave(tree)) ``` shows a type error saying "expected 0 positional arguments" (to PyTreeSave) in vscodium with pyright. Playing...