-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
REBASED: Transform Speaker Encoder in a Generic Encoder and Implement Emotion Encoder training support #1349
Conversation
TTS/bin/eval_encoder.py
Outdated
from TTS.tts.datasets import load_tts_samples | ||
from TTS.tts.utils.speakers import SpeakerManager | ||
|
||
parser = argparse.ArgumentParser( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to make this a function so that people can call it from outside
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
… emotion encoder config
55c4554
to
a95399b
Compare
How to train emotion tts ? Can you give me some training details? |
emotion TTS is still WIP. Once it is completed, we will share information in the docs |
did anything fun result from embedding prosody as well like in 8a3396d ? |
PR #1316 Rebased