Replies: 3 comments 1 reply
-
I have no idea what happened with formatting, sorry everyone. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This function looks specific to flax/nnx. You might have more luck asking at https://github.com/google/flax |
Beta Was this translation helpful? Give feedback.
0 replies
-
For anyone having the same problem I was able to find the solution - google/orbax#1105 |
Beta Was this translation helpful? Give feedback.
0 replies
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 I'm having trouble loading model from the data I have saved when training the model using orbax.checkpoint
The model is instance of the following class :
The loading part of the code looks like :
ChatGPT says there is a problem with RNG class but honestly I have no idea what's wrong with this way of loading the parameters. Everything except loading parameters works fine. I would greatly appreciate any help. The error I'm getting is :
Beta Was this translation helpful? Give feedback.
All reactions