Replies: 2 comments 5 replies
-
Which version of Orbax are you using? Can you please try it with the latest version? What storage are you using to save the checkpoints to? It seems you are running it on Windows. It could be the front/back slashes in the storage path. Can you please try it on Linux? If the above doesn't work then to get unblocked, can you please try disabling ocdbt_merge with PytreeCheckpointer(..., ocdbt_merge=False, ...)? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Windows support is limited as of now. We will take it up in the future. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to save the model and the optimizer state. I use PytreeCheckpointer with a checkpoint manager for saving. However, I get the following error in the process. The error originates from
merge_ocdbt_per_process_files
method.Here's my code:
Below I attach error message:
Beta Was this translation helpful? Give feedback.
All reactions