orbax-checkpoint0.9.1
orbax-checkpoint0.9.1
Published
Orbax Checkpoint
pip install orbax-checkpoint
Package Downloads
Authors
Project URLs
Requires Python
>=3.10
Orbax Checkpointing
pip install orbax-checkpoint
(latest PyPi release) OR
pip install 'git+https://github.com/google/orbax/#subdirectory=checkpoint'
(from this repository, at HEAD)
import orbax.checkpoint
Orbax includes a checkpointing library oriented towards JAX users, supporting a variety of different features required by different frameworks, including asynchronous checkpointing, various types, and various storage formats. We aim to provide a highly customizable and composable API which maximizes flexibility for diverse use cases.