how to properly override configs? #2796
Replies: 1 comment 1 reply
-
I'm not really sure which file is what, but a first guess is that since |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I think my question is quite a newbie issue but it seems I struggle to understand the fundamental concept. I'm sorry for that.
Suppose I have the following config tree, where I try to run the code below given the configuration defined in configs/inference.yaml
The problem is, that the split key in dataset is not changed to "test". I tried the
override
keyword as well but it seems that doesn't make any difference. Hence, I curious if anyone could explain my fundamental error in thinking to me.I'm using hydra 1.3.2.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions