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

Unified and configurable dataset specfication #66

Open
zqhuang211 opened this issue Aug 5, 2024 · 0 comments
Open

Unified and configurable dataset specfication #66

zqhuang211 opened this issue Aug 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zqhuang211
Copy link
Contributor

Currently, we have two methods for specifying datasets:

  • Hardcoded Classes: Each dataset has its own class inherited from the VoiceDataset class. Adding new datasets or modifying existing ones requires changing the source code.
  • GenericVoiceDataset via YAML config: This approach is flexible and allows for configuration through YAML files, but it cannot yet replace all hardcoded dataset classes due to some datasets requiring special handling.

Ideally, we want to update the GenericVoiceDataset class to support a unified and configurable dataset specification through YAML configuration for all training, validation, and evaluation datasets.

@zqhuang211 zqhuang211 added the enhancement New feature or request label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant