orbax-checkpoint0.10.3
orbax-checkpoint0.10.3
Published
Orbax Checkpoint
pip install orbax-checkpoint
Package Downloads
Authors
Project URLs
Requires Python
>=3.10
Dependencies
- absl-py
- etils
[epath,epy]
- typing_extensions
- msgpack
- jax
>=0.4.34
- numpy
- pyyaml
- tensorstore
>=0.1.68
- nest_asyncio
- protobuf
- humanize
- simplejson
>=3.16.0
- google-cloud-logging
; extra == "testing"
- mock
; extra == "testing"
- flax
; extra == "testing"
- pytest
; extra == "testing"
- pytest-xdist
; extra == "testing"
- chex
; extra == "testing"
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.