KeyError: 'default_vocoder' when run server with voice_conversion_models/multilingual/vctk/freevc24 #2886
Unanswered
nghidinhit
asked this question in
General Q&A
Replies: 1 comment 3 replies
-
When I run as the following:
docker run --rm -it -p 5002:5002 --entrypoint /bin/bash ghcr.io/coqui-ai/tts-cpu
python3 TTS/server/server.py --model_name
voice_conversion_models/multilingual/vctk/freevc24
I met the error:
Traceback (most recent call last):
File "/root/TTS/server/server.py", line 88, in <module>
args.vocoder_name = model_item["default_vocoder"] if
args.vocoder_name is None else args.vocoder_name
KeyError: 'default_vocoder'
…On Fri, Aug 25, 2023 at 2:22 AM chanveda ***@***.***> wrote:
which error ?
—
Reply to this email directly, view it on GitHub
<#2886 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGKL7KI56CXFQQDNJLC2MULXW6SXNANCNFSM6AAAAAA34SOPSM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I met this error when run server with voice_conversion_models/multilingual/vctk/freevc24 model.
Please help.
Beta Was this translation helpful? Give feedback.
All reactions