File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ multiruns and so on.
15
15
1 . ` config.yaml ` : configuration file with the defaults.
16
16
1 . ` distr/gauss.yaml ` : configuration file for the Gaussian distirubtion.
17
17
1 . ` distr/uniform.yaml ` : configuration file for the uniform distirubtion.
18
+ 1 . ` file_config.yaml ` : configuration file with the output file name.
18
19
1 . ` debug.py ` : Python script that simply prints the configuration settings for
19
20
debugging purposes.
20
21
@@ -38,3 +39,8 @@ To use a uniform distribution between -1 and 0:
38
39
``` bash
39
40
$ ./gen_rand.py distr=uniform distr.a=-1.0 distr.b=0.0
40
41
```
42
+
43
+ To use a different configuration file:
44
+ ``` bash
45
+ $ ./gen_rand.py -cn file_config.yaml
46
+ ```
Original file line number Diff line number Diff line change
1
+ hydra :
2
+ job :
3
+ chdir : true
4
+ n : 1
5
+ file : output.txt
6
+ defaults :
7
+ - distr : gauss
8
+ - _self_
You can’t perform that action at this time.
0 commit comments