ray[tune] Windows CI fix (#11674)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
2a67dd0a29
commit
f2f1afd269
4 changed files with 6 additions and 5 deletions
|
|
@ -57,7 +57,7 @@ def run_ray_tune(
|
|||
except (ImportError, AssertionError):
|
||||
wandb = False
|
||||
|
||||
checks.check_version(ray.__version__, "<=2.9.3", "ray")
|
||||
checks.check_version(ray.__version__, ">=2.0.0", "ray")
|
||||
default_space = {
|
||||
# 'optimizer': tune.choice(['SGD', 'Adam', 'AdamW', 'NAdam', 'RAdam', 'RMSProp']),
|
||||
"lr0": tune.uniform(1e-5, 1e-1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue