-
My config layout is as follows:
So, I have a hydra model config (autoencoder.yaml) defined as:
Now in the encoder folder, I have the following YAML configs:
and my base config file is as:
Now, I can call this as is with:
but when I do something like:
It comes with the error:
How can I just replace the underlying object through composition with hydra? Basically, when I do this or |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When modifying the defaults list, use a slash (
instead of
|
Beta Was this translation helpful? Give feedback.
When modifying the defaults list, use a slash (
'/'
) instead of a period ('.'
) as the separator for path components:instead of