Replies: 1 comment
-
In both |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Imagine the following setting. We want to create a config like this:
with .yaml files similar to here https://hydra.cc/docs/patterns/select_multiple_configs_from_config_group/.
How can I tell the configs (fb and google) from the site config group to always have the field
x
with the default value10
. So it even appears in the config if I do not explicitly mention it in the respective yamls. I should as well be able to set it explicitly in the yaml.Currently we are setting this kind of required fields in our python script which works but I thought there might be a hydra-way to do it.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions