Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Stop extracting features when hubert_base.pt does not exist.
When there is no hubert_base.pt, the training process will not stop, and it will normally run through each epoch. However, the speed is abnormally fast, and the result is a chaos. So when speech representation model is not exist, it should be shut down.
It looks good!
@JunityZhan You should let users see this exit info in WebUI info textbox. Not all users know console UI.
@JunityZhan You should let users see this exit info in WebUI info textbox. Not all users know console UI.
Hi, It actually can show info in the textbox, because it return to cmd, and yield get_info_str(cmd) make it shows in the textbox.
ok~