How to make the hydra output directory configurable from configuration?
Like, I'd like to be able to specify the directory that hydra dumps it's hydra.yaml to, instead of it being hardcoded to outputs.
I imagine one way to achieve this could be something like:
Thoughts?
You can override hydra.output_subdir
.
From the manual.
You can change the
.hydra
subdirectory name by overridinghydra.output_subdir
. You can disable its creation by overridinghydra.output_subdir
tonull
.