Is it possible to use the override syntax with structured configs in Hydra?
The Hydra docs on configuring experiments explains how to use overrides in standard, file-base configs. Is it possible to use overrides in Structured Configs? A minimum example:
Is it possible to use the override syntax with structured configs in Hydra?
The Hydra docs on configuring experiments explains how to use overrides in standard, file-base configs. Is it possible to use overrides in Structured Configs? A minimum example:
Hydra / OmegaConf: interpolation of config groups
Is it possible to interpolate a config group? My intention is to interpolate a group’s key from other keys, in this example: selecting a dataset’s config group based on the dataset name and the dataset version (e.g, if the dataset comes from a competition, this might be one of the tasks of the competition). Using hydra’s structured configs, my idea is something like this: