ArneBinder / pytorch-ie-hydra-template-1

PyTorch-IE Hydra Template
8 stars 1 forks source link

use distinct overrides to create ids for multirun results #131

Closed ArneBinder closed 1 year ago

ArneBinder commented 1 year ago

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.