Skip to content

Commit

Permalink
feat: standalone configuration for first scenario.
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Dec 5, 2023
1 parent 238bc03 commit e4b37f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/conf/scenario1.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This files contains the configuration to reproduce the scenario 1 of the Simfmri paper.

force_sim: false
cache_dir: ${oc.env:PWD}/cache
result_dir: results

simulation:
sim_params:
Expand Down Expand Up @@ -43,6 +45,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 All @@ -52,3 +60,5 @@ hydra:

latest_run:
_target_: hydra_callbacks.LatestRunLink
run_base_dir: ${result_dir}/outputs
multirun_base_dir: ${result_dir}/multirun

0 comments on commit e4b37f9

Please sign in to comment.