Relative Content

Tag Archive for pythonfb-hydraomegaconf

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: