diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-02 21:13:48 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-02 21:13:48 +0200 |
commit | 75801019981492eedf9280cb352eea3d8e99b65f (patch) | |
tree | 6521cc4134459e42591b2375f70acd348741474e /training/conf/hydra | |
parent | e5eca28438cd17d436359f2c6eee0bb9e55d2a8b (diff) |
Fix log import, fix mapping in datamodules, fix nn modules can be hashed
Diffstat (limited to 'training/conf/hydra')
-rw-r--r-- | training/conf/hydra/default.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/training/conf/hydra/default.yaml b/training/conf/hydra/default.yaml new file mode 100644 index 0000000..dfd9721 --- /dev/null +++ b/training/conf/hydra/default.yaml @@ -0,0 +1,6 @@ +# output paths for hydra logs +run: + dir: logs/runs/${now:%Y-%m-%d}/${now:%H-%M-%S} +sweep: + dir: logs/multiruns/${now:%Y-%m-%d_%H-%M-%S} + subdir: ${hydra.job.num} |