deepke/example/ae/regular/conf/hydra/output/custom.yaml

11 lines
267 B
YAML
Raw Normal View History

2021-09-14 16:08:14 +08:00
hydra:
run:
# Output directory for normal runs
dir: logs/${now:%Y-%m-%d_%H-%M-%S}
sweep:
# Output directory for sweep runs
dir: logs/${now:%Y-%m-%d_%H-%M-%S}
# Output sub directory for sweep runs.
subdir: ${hydra.job.num}_${hydra.job.id}