提交 ca12a83d 编写于 作者: 小湉湉's avatar 小湉湉

update voc name

上级 2189b460
......@@ -465,7 +465,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.
先完成此消息的编辑!
想要评论请 注册