CoEDL / elpis

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

Dataset prepare should prevent progression if not enough files #304

Open benfoley opened 1 year ago

benfoley commented 1 year ago

The UI currently allows user to click next even if only a single file has been added. Should catch this and show a message requesting more data, or something..

benfoley commented 1 year ago

Also, make the HFT training page Next button disabled while training is in progress.