CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
151 stars 33 forks source link

Expose dataset options as args in CLI HFT example #339

Open benfoley opened 1 year ago

benfoley commented 1 year ago

Currently, user has to edit the "create_dataset.py" CLI file to use a custom dataset. Would be nice if the options could be passed as args rather than having to edit the file to add them to the dataset options.