orbax
orbax copied to clipboard
Orbax provides common utility libraries for JAX users.
internal changes
Add user-facing documentation for checkpoint handler registry.
DO NOT SUBMIT
Add a registry for `CheckpointHandler`s.
DO NOT SUBMIT
Hi Everyone, I've been trying to checkpoint training using Orbax in a project linked here [project](https://github.com/ssenan/dnadiffusion-jax/tree/main). When I test the code locally I'm able checkpoint successfully, but when training in...
DO NOT SUBMIT
DO NOT SUBMIT
After upgrading to `jax==0.4.31` I am seeing this error when trying to save a model using the `PyTreeCheckpointer`. Downgrading to `0.4.30` fixed it for now. ``` File ".../site-packages/orbax/checkpoint/checkpointer.py", line 151,...
Include directory path in `create_directory` barrier key.