未验证 提交 3fe75f83 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

Merge pull request #1109 from yt605155624/tts_cli

[cli]update voc name
......@@ -467,7 +467,7 @@ class TTSExecutor(BaseExecutor):
# vocoder
# model: {model_name}_{dataset}
voc_name = '_'.join(voc.split('_')[:-1])
voc_name = voc[:voc.rindex('_')]
voc_class = dynamic_import(voc_name, model_alias)
voc_inference_class = dynamic_import(voc_name + '_inference',
model_alias)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册