CoEDL / elpis

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

Fix the reset button so it freezes the GUI until the state dirs are actually deleted and recreated. Much havoc ensues from slow deletion and people starting again with incomplete state. #268

Closed benfoley closed 2 years ago

benfoley commented 2 years ago

Resetting takes a while, especially for large datasets. The GUI should not allow new things to be created while reset is in process, to avoid interface not found errors.

benfoley commented 2 years ago

addressed in https://github.com/CoEDL/elpis/pull/276