How to change the upper level config? #2651
Unanswered
Hannibal046
asked this question in
Q&A
Replies: 2 comments
|
我也有一样的问题,你解决了吗 |
0 replies
|
同样的问题 有解决方案吗 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Thanks so much for this great projects! I am relatively new to Hydra, and I have a problem about changing the upper level config.
Suppose that my config folder looks like this:

and

conf/config.yamllooks like this:What i want is for
wmtdataset, themax_epochsfor 100 while foriwsltdataset, themax_epochsis 10. How could i implement this?I know Specializing configuration, but this seems to handle a special case where there is only one should be specialized. But in my case, i may have much more datasets and i want to give each of them different trainer values, how could i achieve this?
All reactions