We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577de8f commit b279646Copy full SHA for b279646
1 file changed
source-code/hydra/README.md
@@ -44,8 +44,17 @@ To use a different configuration file:
44
```bash
45
$ ./gen_rand.py -cn file_config.yaml
46
```
47
+or
48
+```bash
49
+$ ./gen_rand.py --config-name=file_config.yaml
50
+```
51
52
To perform multiple runs with different parameter values:
53
54
$ ./gen_rand.py -m distr=uniform,gauss
55
56
+
57
+To view the configuration settings, e.g., for debugging:
58
59
+$ ./gen_rand.py --cfg=job distr=uniform
60
0 commit comments