Skip to content

Commit

Permalink
Support relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
KKIEEK authored and KKIEEK committed Dec 21, 2022
1 parent fabd831 commit 4dbfe85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion siatune/tune/tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ def __init__(
trainable,
param_space=dict(train_loop_config=param_space),
tune_config=TuneConfig(
search_alg=searcher, scheduler=trial_scheduler, **tune_cfg),
search_alg=searcher,
scheduler=trial_scheduler,
chdir_to_trial_dir=False,
**tune_cfg),
run_config=RunConfig(
local_dir=work_dir,
stop=stopper,
Expand Down

0 comments on commit 4dbfe85

Please sign in to comment.