Skip to content
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

Introduce casting yaml Pipeline's config to a Config class #534

Open
AlekseySh opened this issue Apr 14, 2024 · 0 comments
Open

Introduce casting yaml Pipeline's config to a Config class #534

AlekseySh opened this issue Apr 14, 2024 · 0 comments
Labels

Comments

@AlekseySh
Copy link
Contributor

The current approach:
yaml -> (calling hydra) -> dictionary
The proposed one:
yaml -> (calling hydra) -> dictionary -> Config
or
yaml -> -> Config

Motivation:

  • Have all the customizable fields in one place that you can print or work with (there is no way to do so for yaml because of missed fields fill up by registry silently)
  • We can check there are no extra fields in the config (and other checks)
  • Another (probably more flexible way) to setup Pipelines
@AlekseySh AlekseySh added this to To do in OML-planning via automation Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant