Skip to content
Snippets Groups Projects
Commit e585f394 authored by Schneider Leo's avatar Schneider Leo
Browse files

fix : max time budget

parent e68172ea
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ def main(args, gpus_per_trial=1):
resources={"cpu": 20, "gpu": gpus_per_trial}
),
tune_config=tune.TuneConfig(
time_budget_s=3600 * 23.5,
time_budget_s=3600 * 19.5,
search_alg=algo,
scheduler=scheduler,
num_samples=50,
......@@ -240,7 +240,7 @@ def main(args, gpus_per_trial=1):
),
run_config=RunConfig(storage_path="/lustre/fswork/projects/rech/bun/ucg81ws/these/pseudo_image/image_ref/ray_results_test",
name="test_experiment_no_scheduler"
name="base_experiment"
),
param_space=config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment