request: 08_save_load_checkpoints update #4566
Unanswered
jecampagne
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @jecampagne, please check out the Save and load checkpoints guide which is more complete. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm running with
The current version of
08_save_load_checkpoints.py
is fine but it would be nice to make a midified version for a real fine use case where one saves during training :1 - the best model to be used in a second session for evaluation
2 - a check point of the model and optimizer for a second training session
And the orbax checkpointmanager is not so clear how to use with the nnx modules.
I have a use case with a model using some Variables that are not updated (on purpose) by the opimizer, while all the others nnx.Params are.
Thanks to help using NNX.
Beta Was this translation helpful? Give feedback.
All reactions