I restructured the finish_train function so that the GUI buttons are re-enabled if the training fails or if the model name already exists. My initial tests indicate this works as expected. I'd like independent verification it still works before we merge.
I didn't change any code, I only moved the existing lines and added a comment.
Closes #26
I restructured the
finish_train
function so that the GUI buttons are re-enabled if the training fails or if the model name already exists. My initial tests indicate this works as expected. I'd like independent verification it still works before we merge.I didn't change any code, I only moved the existing lines and added a comment.