-
-
Notifications
You must be signed in to change notification settings - Fork 659
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
Add option to not create .hydra in output directory #324
Comments
I have my applications in docker containers and don't need that either, also I have to say that the whole output directory feature surprised me (especially changing my working directory), since I was only expecting it to do configuration things. So I'd vote to actually make it opt in. :-) |
Hi Jonas, Working directory can be fully customized, see this. |
Yeah I already changed it to |
I missed your question, sorry. |
The automatic output dirs is the main reason I use this project, and I especially like the option to set the output_dir to /tmp, for debugging purposes (which I didn't think of until seeing this thread). There are many times I know something will fail, but I want to see it's output anyway. This obviously results in many useless output dirs, requiring cleanup. I could imagine a --debug or --tmp option for hydra that sets this option would be helpful, for people who miss this issue as well as just ease of use. |
Thanks for your feedback @benjamindkilleen. See #910 for general plan in this area (which may yet change, I am still thinking about all this). |
In some cases users are not interested in the generation of config.yaml, hydra.yaml etc.
add an option to opt out.
The text was updated successfully, but these errors were encountered: