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

Load pipeline config from yaml file #197

Open
juanmc2005 opened this issue Nov 7, 2023 · 0 comments
Open

Load pipeline config from yaml file #197

juanmc2005 opened this issue Nov 7, 2023 · 0 comments
Labels
API Improvements to the API
Milestone

Comments

@juanmc2005
Copy link
Owner

Problem

Configuring a pipeline and tracking changes is hard with the large amount of arguments. This also leads to duplicated code in the CLI scripts.

Idea

Load configurations from config files in yaml. We could even create presets for specific configurations, like "ami", " dihard" and "voxconverse" for reproducibility.

Example

diart.benchmark ami/audio --reference ami/rttms --config ami

Or with a custom config:

diart.stream audio.wav --config my_config.yml
@juanmc2005 juanmc2005 added the API Improvements to the API label Nov 7, 2023
@juanmc2005 juanmc2005 added this to the Version 0.10 milestone Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Improvements to the API
Projects
None yet
Development

No branches or pull requests

1 participant