mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Update README.md
This commit is contained in:
parent
202ecff996
commit
117783f5d5
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ This runs all tasks with all optimizers and hyperparameter specified inside `exp
|
|||
You can either supply one value or a list of values for each entry. Grid-search combines each possible combination.
|
||||
For example: you specified 3 task, 2 optimizer, 2 different learning rates and 4 seeds then you need a total 3 x 2 x 2 x 4 = 48 runs
|
||||
|
||||
You can additionally set values trough the command line (this overrides existing values). For example you can set the `data_dir` where datasets are stored using either:
|
||||
You can additionally set values through the command line (this overrides existing values). For example you can set the `data_dir` where datasets are stored using either:
|
||||
```bash
|
||||
python -m script experiment.yaml "engine.data_dir=<path>"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue