You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I just found out using latest orbax.checkpoint package (0.4.8) would result in the following error AttributeError: module 'jax.experimental.array_serialization.serialization' has no attribute '_DEFAULT_DRIVER'
But this can be fixed by downgrading to 0.3.5.
Probably the authors would like to add a version number for this package to requirements.txt?
The text was updated successfully, but these errors were encountered:
so I just found out using latest orbax.checkpoint package (0.4.8) would result in the following error
AttributeError: module 'jax.experimental.array_serialization.serialization' has no attribute '_DEFAULT_DRIVER'
But this can be fixed by downgrading to 0.3.5.
Probably the authors would like to add a version number for this package to requirements.txt?
The text was updated successfully, but these errors were encountered: