diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-02 02:58:17 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-02 02:58:17 +0200 |
commit | 1e0378e1ba1cdab3c064473ef951b97515f28947 (patch) | |
tree | 53c587911d03e38b7455780d4565ba9b6c987782 /training/conf/hydra | |
parent | 75c41a3866c7f842996f6f046b94563be4132a83 (diff) |
Update hydra conf
Diffstat (limited to 'training/conf/hydra')
-rw-r--r-- | training/conf/hydra/default.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/training/conf/hydra/default.yaml b/training/conf/hydra/default.yaml index dfd9721..66004c4 100644 --- a/training/conf/hydra/default.yaml +++ b/training/conf/hydra/default.yaml @@ -1,6 +1,7 @@ # output paths for hydra logs +job.chdir: true run: - dir: logs/runs/${now:%Y-%m-%d}/${now:%H-%M-%S} + dir: ./logs/runs/${now:%Y-%m-%d}/${now:%H-%M-%S} sweep: - dir: logs/multiruns/${now:%Y-%m-%d_%H-%M-%S} + dir: ./logs/multiruns/${now:%Y-%m-%d_%H-%M-%S} subdir: ${hydra.job.num} |