Use yaml file instead of CLI overrides #2529
Unanswered
jonasteuwen
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @jonasteuwen, Have you seen the Hydra documentation on Configuring Experiments? Make sure to check out the Example Application demonstrating the pattern. Using that example application, you can run each of the following in your shell to get a different result: python my_app.py # run config.yaml
python my_app.py +experiment=aplite # run config.yaml merged with experiment/aplite.yaml
python my_app.py +experiment=nglite # run config.yaml merged with experiment/nglite.yaml |
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
-
I am using hydra as follows:
Subsequently I overwrite (set) some of the parameters on the command line:
Is there a way to do this with a config? For instance we could run
which would, in this case have as settings:
Beta Was this translation helpful? Give feedback.
All reactions