Skip to content

Commit

Permalink
set base dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Nov 24, 2023
1 parent f2255d5 commit eb89ddc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ defaults:

cache_dir: null
force_sim: false
result_dir: results
# save:
# data: "mini"
# compress: true
Expand All @@ -16,6 +17,12 @@ hydra:
job:
chdir: true

run:
dir: ${result_dir}/outputs/${hydra.job.name}/${now:%Y-%m-%d_%H-%M-%S}
sweep:
dir: ${result_dir}/multirun/${hydra.job.name}/${now:%Y-%m-%d_%H-%M-%S}
subdir: ${hydra.job.num}

callbacks:
gather_files:
_target_: hydra_callbacks.MultiRunGatherer
Expand Down

0 comments on commit eb89ddc

Please sign in to comment.