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

Implement PipelineConfig via Dataclasses + OmegaConf #22

Open
varisd opened this issue Jul 19, 2024 · 0 comments
Open

Implement PipelineConfig via Dataclasses + OmegaConf #22

varisd opened this issue Jul 19, 2024 · 0 comments
Labels
feature New feature or request

Comments

@varisd
Copy link
Contributor

varisd commented Jul 19, 2024

Replace the current opuspocus.pipelines.PipelineConfig with Dataclasses for individual steps, runners, etc.
This will enable definition of "general" pipeline values (e.g., src_lang, tgt_lang) and, by default, inheriting the necessary values in the respective steps, or linking variable values between various OpusPocus objects.

OmegaConfig should make command-line pipeline parameters overwriting easier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant