CoEDL / elpis

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

Gui logs 2 #159

Closed benfoley closed 3 years ago

benfoley commented 3 years ago

Oops. Forgot to push this the last time I wrote it.

This PR shows log data from training stages in the GUI. It is not a live log. Current implementation loads the log data at the completion of each stage.

Future work would poll every second or so and get current log data.

This PR is based on code in #156 and #157. Maybe best to check them first, then I can merge those and resubmit this.