orbax
orbax copied to clipboard
Orbax provides common utility libraries for JAX users.
Use thread-safe barrier api by default in Orbax.
Internal change.
internal changes only
Internal change.
Internal
Internal
Add an option to skip validating merged parameters in Orbax.
Internal
Internal
The code shows like the following. It could run but prompted some warning: /opt/conda/lib/python3.10/site-packages/orbax/checkpoint/type_handlers.py:1544: UserWarning: Couldn't find sharding info under RestoreArgs. Populating sharding info from sharding file. Please note restoration...
Hi. So I'm trying to use orbax-checkpoint to checkpoint my full experiment state, not just my network weights, and part of this state is NumPy RNG states, which look as...
Internal change.