Introducing Orbax, the new checkpointing library of Flax #2720
Unanswered
IvyZX
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks, we are happy to announce that Flax is starting the first step to migrate the checkpointing features to Orbax (go/orbax), starting from 0.6.3.
Orbax is a highly customizable and flexible library for saving various array types and storage formats, and is already adopted by a handful of Google JAX models like T5X.
You are encouraged to try out Orbax starting from today! Just install from head (or along with
pip install flax
) and add an import line and an extra arg to your typicalsave_checkpoint()
orsave_checkpoint_multiprocess()
calls:For more use cases (e.g. async saving) and code examples, please check out our official checkpointing guide. Or reach out to us if you have any questions. 😀 Happy checkpointing!
Beta Was this translation helpful? Give feedback.
All reactions