Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: timethy/orbax

Tags

v0.1.0

Toggle v0.1.0's commit message
Increase version and auto-release.

PiperOrigin-RevId: 499508878

v0.0.23

Toggle v0.0.23's commit message
Fix incorrect usage of `is_checkpoint_finalized` in Checkpointer. The…

… bug was reported when restoring a checkpoint on GCS, the checkpoint was always thought to be "not finalized".

PiperOrigin-RevId: 494300493

v0.0.22

Toggle v0.0.22's commit message
Adding CHANGELOG.md to top-level.

PiperOrigin-RevId: 493097636

v0.0.19

Toggle v0.0.19's commit message
Add support for tracking checkpoint metrics with Orbax in T5X.

PiperOrigin-RevId: 492213818

v0.0.18

Toggle v0.0.18's commit message
Remove `dataclasses` from dependency

PiperOrigin-RevId: 488800131

v0.0.16

Toggle v0.0.16's commit message
Increase Orbax version.

PiperOrigin-RevId: 487899957

v0.0.15

Toggle v0.0.15's commit message
Increase orbax.checkpoint version.

PiperOrigin-RevId: 487329098

v0.0.14

Toggle v0.0.14's commit message
Increase Orbax version.

PiperOrigin-RevId: 485621170

v0.0.13

Toggle v0.0.13's commit message
Support older versions of Python. (External colab uses 3.7).

PiperOrigin-RevId: 482004157

v0.0.12

Toggle v0.0.12's commit message
Remove `use_gda` flag and replace with `use_jax_array` only. This is …

…used to represent both GDA and jax.Array. Restoration logic automatically figures out whether to return jax.Array or GDA depending on the setting of jax.config.

PiperOrigin-RevId: 477502612