mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Added missing comma to code example (#2050)
This commit is contained in:
parent
18071d95a7
commit
4ff900e131
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Quick Start
|
|||
tune.run_experiments({
|
||||
"my_experiment": {
|
||||
"run": "train_func",
|
||||
"stop": {"mean_accuracy": 99}
|
||||
"stop": {"mean_accuracy": 99},
|
||||
"config": {
|
||||
"lr": tune.grid_search([0.2, 0.4, 0.6]),
|
||||
"momentum": tune.grid_search([0.1, 0.2]),
|
||||
|
|
Loading…
Add table
Reference in a new issue