-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add option to not flatten config in WandbLogger.log_hyperparams #14988
Comments
This would be a great feature to add. Note that since #2458, Wandb has added support to properly display non-flattened configs in their UI. Since we often don't control where |
I think if it supports nested config, we shouldn't flatten it at all. |
Inspecting the hyperparameters on the wandb website is certainly easier without flattening, as it is presented as a collapsible dropdown list. I would definitely support adding in a |
This issue has been automatically marked as stale because it hasn't had any recent activity. This issue will be closed in 7 days if no further activity occurs. Thank you for your contributions - the Lightning Team! |
I'm still interested in this! But I understand if the team doesn't have time to work on it |
Another user who discovered this: #17559 |
🚀 Feature
Reopening issue #9264: Make the config flattening that happens in WandbLogger.log_hyperparams optional.
Motivation
Similar to the original issue, flattening the config makes it harder to re-use later.
From the original issue:
Pitch
Add
flatten: bool = True
as a kwarg inlog_hyperparams.
Alternatives
cc @Borda @awaelchli @morganmcg1 @borisdayma @scottire @parambharat
The text was updated successfully, but these errors were encountered: