-
-
Notifications
You must be signed in to change notification settings - Fork 644
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
[Feature Request] Support using .yml file extension instead of .yaml #1050
Comments
Thanks for your suggestion.
Overall I think the utility from this is very low and it's not worth the added complexity and implementation effort. Closing this one, feel free to continue discussing here. |
The document needs to explicitly note that file extension should be `yaml`, and `.yml` can't be used. I ran in a error when trying to use `.yml`, and took some time to solve. Related issues: facebookresearch#398 facebookresearch#1050
Wouldn't supporting |
Read my reasons above and in #408 to only support |
🚀 Feature Request
In a lot of projects, the
.yml
file extension is used instead of.yaml
as it is slightly more concise and I've seen and used it more often.Hence, would it be possible to either find and use both
.yml
and.yaml
files or to have a simple parameter which switches between whether to look for.yaml
or.yml
?Motivation
In a lot of projects, the
.yml
file extension is used instead of.yaml
as it is slightly more concise and I've seen and used it more often.In my project, we have a large number of configuration files (not just for Hydra) and the
.yml
file extension has already been chosen.Now that I'm implementing Hydra into our model creation and training code, it is frusturating to have to see that half my configuration uses
.yml
and the other half.yaml
.The issue was previouslly raised and closed here due to difficulty checking for two file types.
BUT, if instead of checking for both there was a parameter declairing which was used it might make it easier to deal with
The text was updated successfully, but these errors were encountered: