How to disable change of directory?
Currently, all the relative paths in my config are interpreted relative to the hydra output folder, not relative to current working folder.
I'd like to be able to disable this options somehow please.
How to disable change of directory?
Currently, all the relative paths in my config are interpreted relative to the hydra output folder, not relative to current working folder.
I'd like to be able to disable this options somehow please.
hydra.run.dir
to .
for now.configen:
# output directory
output_dir: ${hydra:runtime.cwd}/example
In 1.1 I have plans add more control over this behavior (issue)