You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, configurations are dealt with purely using yaml files. It would be advantageous to have a solution that is more readable and allows e.g. type checking or and auto-completion in the IDE. Ideally, the solution would also implement validation. This should also integrate with Hydra configuration management (see config Store).
Describe the solution you'd like
Upgrade configs using the following steps:
implement Config Stores with dataclasses
Upgrade to pydantic
Check if necessary to refactor to a new API, possible steps:
Refactor model and graph into a hierarchical architecture config
Refactor data and data loader
Describe alternatives you've considered
Additional context
No response
Organisation
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, configurations are dealt with purely using yaml files. It would be advantageous to have a solution that is more readable and allows e.g. type checking or and auto-completion in the IDE. Ideally, the solution would also implement validation. This should also integrate with Hydra configuration management (see config Store).
Describe the solution you'd like
Upgrade configs using the following steps:
Check if necessary to refactor to a new API, possible steps:
Describe alternatives you've considered
Additional context
No response
Organisation
No response
The text was updated successfully, but these errors were encountered: