Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable orbax cloud logger by default. #1034

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Enable orbax cloud logger by default. #1034

wants to merge 1 commit into from

Conversation

abhinavclemson
Copy link
Collaborator

No description provided.

@@ -446,8 +446,7 @@ enable_jax_profiler: False
jax_profiler_port: 9999

# Checkpoint Structured logging
enable_checkpoint_cloud_logger: False
enable_checkpoint_standard_logger: False
enable_checkpoint_cloud_logger: True
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it ever make sense to set this to False. If not then I would prefer removing the config option and not have a check in setting up the cloud logger

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few reasons:

  • Sometimes too much logging can cause performance issues.
  • If Cloud logging starts breaking the training, issues like cloud monitoring api RATE_LIMIT exceeding.
  • Moreover, like Goodput(which is utilising cloud logging) we should give user option to turn it off.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for explaining!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants