-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[TTS]add ernie sat trainer & synthesize #2117
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
[TTS]add ernie sat trainer & synthesize #2117
Conversation
98bd77f
to
293ebb1
Compare
5155934
to
8d8627f
Compare
8d8627f
to
9468826
Compare
bef7bdb
to
23651b8
Compare
23651b8
to
5503c8b
Compare
fde5ef7
to
72fa817
Compare
77b72d5
to
97965f4
Compare
########################################################### | ||
seed: 0 | ||
|
||
token_list: |
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.
这个是不是写在一个列表里方便看些?
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.
token list 是留给之前 ernie 那个仓库训练的模型预测用的,后续预测代码完全替换后删掉这部分,我们的 token 还是用 phone_id_map
########################################################### | ||
seed: 0 | ||
|
||
token_list: |
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.
同上
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.
token list 是留给之前 ernie 那个仓库训练的模型预测用的,后续预测代码完全替换后删掉这部分,我们的 token 还是用 phone_id_map
@@ -0,0 +1,6 @@ | |||
#!/bin/bash | |||
|
|||
rm -rf *.wav |
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.
这个操作OK吗?要不要搞一个自定义的目录前缀比较好
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.
没关系,该目录不会有新的 wav 文件,后续实现我们自己的推理流程这个 ernie_sat 的目录会删掉
No description provided.