Using Hydra to Select Multiple Structured Configs
I have an existing hydra setup with yaml files, and am trying to migrate it to use structured configs to get the type annotation and inheritance advantages. One sticking point I am having is that part of my present yaml setup follows the select multiple configs from a config group pattern from the hydra docs. I am struggling to convert that pattern to use structured config classes instead of the yaml files. Here is my attempt to convert the exact example in the docs to structured configs:
Is referring to default values in another file allowed in hydra config?
Is this allowed in hydra config? I have seen this file before but I don’t know if this behavior is allowed as I can’t find that in the documentation