-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
How do I use the weights trained on mello TTS with the converter? #310
Comments
Hey @kaushal-gawri9899! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this together! To use the weights trained on Mello TTS with the tone converter and post-process your weights to get the averaged tensor values for source embeddings, follow these steps:
This code will load all the source embeddings, compute their average, and save the averaged tensor [1][2][3]. |
Hey, I've fine tuned mello tts for indian accent and a few indian languages. I wanted to use the weights in the tone converter but realized voice_conversion expects the averaged tensor values for source embeddings. How should I post process my weights to get the average? I've tried to use the extractor to get the weights instead of using MelloTTS, although tone color is varied but it's not cloned.
The text was updated successfully, but these errors were encountered: