-
-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support disabling working directory management #910
Comments
Perhaps there is a less drastic option than disabling these capabilities entirely, without changing the cwd, that could be the default behavior. Hydra could still capture logs and configs and store those in the output dir. At the same time, giving the program access to this through This would be more natural for new users, who are probably confused when their program can't find a data file on a relative path, while still providing them with unobtrusive logging storage and access to the output dir when they've become more familiar with hydra (there are a lot of docs to read and understand). |
You don't seem to understand the proposal here. The idea is to support disabling it, not to kill the feature. |
I know it's not related to this issue but I quite like this behavior, instead of the reverse currently. |
Maybe I got up on the wrong side of the bed today, I am really sorry if it sounded angry, I didn't mean anything bad =( I see that package is developing good, and it definitely requires a lot of effort to maintain it and make it for a lot of people. You discussed here an opportunity to better manage disabling of output logging, and I thought moving it as plugin might be a good option. But I guess it sounded like an unwanted advice and complaint about developing direction choices, and I conveyed my message wrong. Sorry, I apologize if I offended you in any way. |
Apology accepted. I understand this can be frustrating. Check out this pull request (merged into master), it can show you how to disable logging. |
This will not happen for 1.1, sorry. |
For folks landing here wanting to disable the automatic changedir: |
Disabling the output directory management should be supported.
This includes:
Workarounds in 1.0 / 1.1:
hydra.run.dir
to.
hydra.output_subdir
tonull
The text was updated successfully, but these errors were encountered: