CoEDL / elpis

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

better handling of dataset name for uploaded models #323

Closed benfoley closed 1 year ago

benfoley commented 1 year ago

When a model is uploaded, pron_dict_name and dataset_name will be null. This was causing problems with the GUI trying to load a dataset that it didn't know the name for. This fix also allows an uploaded dataset to show on the training dashboard, and can be selected, activating it for transcription.