orbax
orbax copied to clipboard
Orbax provides common utility libraries for JAX users.
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:...
haiku dicts contain ~ in the keys which currently is not handled by orbax-export. I created a PR here #419
Support TensorSpecWithDefault in input_signature
Internal change.
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...
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?...
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...
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...