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

Add user-facing documentation for checkpoint handler registry.

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...

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,...

checkpoint
type:build/install

Include directory path in `create_directory` barrier key.