orbax icon indicating copy to clipboard operation
orbax copied to clipboard

Orbax provides common utility libraries for JAX users.

Results 335 orbax issues
Sort by recently updated
recently updated
newest added

What is supposed way to distribute `orbax-checkpoint` и `orbax-export`? It is totally unclear for me 1. how to get notification about new releases? 2. what is 'ground truth' package(s) sources:...

type:feature
checkpoint

haiku dicts contain ~ in the keys which currently is not handled by orbax-export. I created a PR here #419

because of this line https://github.com/google/orbax/blob/c7a7fd48ff094ac4167d3fb1c10f8b6c8de32b3a/checkpoint/orbax/checkpoint/utils.py#L669 They don't have success file but are in GCS so orbax thinks its tmp and cleans it up. I would suggest always or never saving...

type:bug
checkpoint

I wasn't able to find the answers to my questions in the docs, so I'll just ask here: * What storage types other than local filesystem are supported with orbax?...

type:feature
checkpoint

Bumps [ipython](https://github.com/ipython/ipython) from 7.16.3 to 8.10.0. Release notes Sourced from ipython's releases. See https://pypi.org/project/ipython/ We do not use GitHub release anymore. Please see PyPI https://pypi.org/project/ipython/ Commits 15ea1ed release 8.10.0 560ad10...

dependencies

Make Orbax auto-publish conditional on build passing with prod dependencies.

I believe restore_args must be equal to {'restore_args': restore_args} instead. Otherwise this will fail with unexpected keyword argument error.

Added ```checkpoint_steps``` parameter to checkpoints_config Description of parameter: able to insert additional config (like period) that you pass in a list of training steps, and we save checkpoints at that...