Reduce the logging/verbosity of orbax
async checkpointing
#3130
Unanswered
zaccharieramzi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I solved my issue by reducing log leve to info just before loading orbax checkpoint: import absl.logging
absl.logging.set_verbosity(absl.logging.INFO) |
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 am currently using
orbax
to save/load my model checkpoints as per the official docs.However, I am faced with a lot of logs since I am using the async checkpointer:
I would like to know how to reduce the amount of logs/the verbosity level of the saving.
I haven't seen how in the docs.
I am posting here, since I did not see a discussion tab in the
orbax
repo.Beta Was this translation helpful? Give feedback.
All reactions