Skip to content

[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

Merged
merged 8 commits into from
Jul 27, 2022

Conversation

yt605155624
Copy link
Collaborator

No description provided.

@yt605155624 yt605155624 added this to the r1.1.0 milestone Jul 5, 2022
@yt605155624 yt605155624 marked this pull request as draft July 5, 2022 10:41
@yt605155624 yt605155624 changed the title [TTS]add ernie sat model file and config [TTS]add ernie sat trainer Jul 5, 2022
@yt605155624 yt605155624 force-pushed the ernie_sat_trainer branch 2 times, most recently from 98bd77f to 293ebb1 Compare July 6, 2022 11:00
@yt605155624 yt605155624 requested a review from lym0302 July 6, 2022 11:00
@yt605155624 yt605155624 self-assigned this Jul 6, 2022
@yt605155624 yt605155624 force-pushed the ernie_sat_trainer branch 2 times, most recently from 5155934 to 8d8627f Compare July 8, 2022 12:14
@yt605155624 yt605155624 force-pushed the ernie_sat_trainer branch 3 times, most recently from bef7bdb to 23651b8 Compare July 13, 2022 05:30
@yt605155624 yt605155624 mentioned this pull request Jul 15, 2022
@yt605155624 yt605155624 marked this pull request as ready for review July 18, 2022 09:07
###########################################################
seed: 0

token_list:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个是不是写在一个列表里方便看些?

Copy link
Collaborator Author

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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同上

Copy link
Collaborator Author

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个操作OK吗?要不要搞一个自定义的目录前缀比较好

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

没关系,该目录不会有新的 wav 文件,后续实现我们自己的推理流程这个 ernie_sat 的目录会删掉

@yt605155624 yt605155624 merged commit 1f128a0 into PaddlePaddle:develop Jul 27, 2022
@yt605155624 yt605155624 changed the title [TTS]add ernie sat trainer [TTS]add ernie sat trainer & synthesize Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants