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

use distinct overrides to create ids for multirun results #131

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

ArneBinder
Copy link
Owner

@ArneBinder ArneBinder commented Sep 19, 2023

In the case that we do not want to integrate the results of multiruns (i.e. stacking the result at the most inner dimension to calculate aggregated results), but just want to append the results per run, this now gives better identifiers to each output row based on the the list of hydra overrides per run. We disregard the override values that are the same for all runs to save space and concatenate the remaining overrides to get the identifier.

Note: This also sets the default of integrate_multirun_result to false because it does not work for all scenarios.

@ArneBinder ArneBinder added the enhancement New feature or request label Sep 19, 2023
@ArneBinder ArneBinder linked an issue Sep 19, 2023 that may be closed by this pull request
@ArneBinder ArneBinder merged commit daaf1c7 into main Sep 19, 2023
2 checks passed
@ArneBinder ArneBinder deleted the better_ids_for_multirun_result branch September 19, 2023 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use distinct overrides to create ids for multirun results
1 participant