Skip to content

Commit

Permalink
Merge pull request #310 from krishnakalyan3/patch-4
Browse files Browse the repository at this point in the history
Include Hydra as an example for skipping Parameter Evaluation
  • Loading branch information
alexandercort authored Jul 11, 2022
2 parents 341fd0a + 01ea853 commit 54440ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,5 @@ grid run --strategy none \
--beta "[1, 2, 3, 4]"
```

This will schedule exactly one experiment and pass each script argument as-is without evaluation.
This will schedule exactly one experiment and pass each script argument as-is without evaluation. Another example is when you want to
pass extra arguments via the CLI with [Hydra](https://github.com/facebookresearch/hydra).

0 comments on commit 54440ce

Please sign in to comment.