Skip to content

Commit

Permalink
use optimed dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Nov 17, 2023
1 parent aecd93e commit b4c727f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/conf/hydra/zachs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ job:
chdir: true

run:
dir: /volatile/pierre-antoine/simfmri/outputs/${hydra.job.name}/${now:%Y-%m-%d_%H-%M-%S}
dir: /neurospin/optimed/pierre-antoine/simfmri/outputs/${hydra.job.name}/${now:%Y-%m-%d_%H-%M-%S}
sweep:
dir: /volatile/pierre-antoine/simfmri/multirun/extend-sweep/${now:%Y-%m-%d}/${now:%H-%M-%S}
dir: /neurospin/optimed/pierre-antoine/simfmri/multirun/extend-sweep/${now:%Y-%m-%d}/${now:%H-%M-%S}
subdir: ${hydra.job.num}

callbacks:
latest_run:
_target_: hydra_callbacks.LatestRunLink
run_base_dir: /volatile/pierre-antoine/simfmri/outputs/
multirun_base_dir: /volatile/pierre-antoine/simfmri/multirun/extend-sweep/
run_base_dir: /neurospin/optimed/pierre-antoine/simfmri/outputs/
multirun_base_dir: /neurospin/optimed/pierre-antoine/simfmri/multirun/extend-sweep/

0 comments on commit b4c727f

Please sign in to comment.