Replies: 1 comment 1 reply
-
this issue occurs when loading the model. see load_checkpoint() in utils.py.
maybe you are loading a wrong base model. you had better train the base model by yourself while add a new language |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. First, thank you for amazing project.
I added some code about supporting korean in this repository: https://github.com/jwj7140/Bert-VITS2-Korean.
After that, I've tryed to train model with
train_ms.py
. But it did not work well.I think existing base model(like here) is useless in this case. So...I have to try to train new base model in korean.
Can you introduce the way of training base model in detailed?
Beta Was this translation helpful? Give feedback.
All reactions