-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making a model for the Russian language #707
Comments
Advice
If you do not have access to a GPU, try to set up this repo, which has a Russian pretrained model. Note: It uses tensorflow and you will need to apply the synthesizer changes in #366 to make it work on CPU. https://github.com/vlomme/Multi-Tacotron-Voice-Cloning |
What can be related to
when running the script |
Also, I want to share for those who have similar problems:
|
Check for audio files that are completely silent. |
@blue-fish I would like to retrain all models. Is there any problem if I use google colab GPU for training purpose. Is it sufficient for training? |
@RAVANv2 We do not provide support for colab, it can be done but you'll have to figure it out on your own. |
This model is too awful. |
see my fork |
Sir, that's exactly what i'm looking for. I wanna correct some wrong voiceover in old game, but since i can't get in touch with actor i want to simulate his voice. The subj tool works, but can't do russian voice https://youtu.be/lDbpoaaBJSo
My knowledge on all these python stuff is low so i just copy paste commands, sometimes try to understand its errors, but this looks unsolvable with my level of knowledge. I want simple thing, launch GUI, point program to WAV files with actor voice, enter text and get voiceover files :) I also tried python demo_cli.py, got lot's of stuff but in the end it was this:
|
Okay i managed to turn on toolbox by copying some files from original build, now when i add wav and try synth +vocode i get this error: size mismatch for encoder.embeddingweight: copying a param with shape torch.5ize([66, 512]) from chequoint, the shape in current model is tord1.Size([194, 512]). |
I proceed to creating a model for the Russian language
Now I need your advice
The text was updated successfully, but these errors were encountered: