-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Synthesizer skips over embeddings file if model only has one speaker #2587
Synthesizer skips over embeddings file if model only has one speaker #2587
Conversation
…aker_name and it wants to get the only item available. This was blocking a valid model with one speaker and a d_vector_file from being executed to get the embedding.
Can someone please guide me to some documentation on how to get the tests to pass? I believe there is not a correct token setup for Coqui TTS. @erogol I'm sorry to bug you (and please take your time, I just wanted to tag you to make sure I wasn't expected to do something else). Do you have any tips for getting the tests to pass, do I need an API key? |
I have 5 failing tests all of which seem to have to do with not having a Coqui Studio Token. Can someone please help me understand how I might be able to fix this issue? I don't see where I could set the environment to add this token. Relevant error message:
|
@erogol Anything else I need to do here for this PR? |
getting up to date
@wonkothesanest thx for the PR. I'll review it as soon as I can |
@erogol |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels. |
It looks like the Neon model is special in that t does not have a speaker_name and it wants to get the only item available. This was blocking a valid model with one speaker and a d_vector_file from being executed to get the embedding.
It looks like the Neon model is special in that t does not have a speaker_name and it wants to get the only item available.
This was blocking a valid model with one speaker and a d_vector_file from being executed to get the embedding.
Leaving the check to be second still works fine for the case that there is only one model and no speaker name.
This is in reference to bug 2320
#2320
(updated from trying to get my author right)