Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
No pretrain model specified
Hi, I'm wondering what if I fill blank string in the pretrain model field "Load pre-trained base model G path" and same for the D field "Load pre-trained base model D path". What happens?
Does it use some pretrain model or not?
Thank you :-)
I see in code that it copes this situation. For example it log it to the console on this line.
And there is also if condition in train.py about whether the pretrained generator exists. But I don't see any "else" to cope situation when it doesn't exists.