【PaddleSpeech No.11】补全合成系列中的脚本中参数缺失 #4038
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR types
Function optimization, Docs
PR changes
Docs, Others
Describe
本次修改主要包含:
对 examples/ljspeech/tts3的READEME.md文档和run.sh脚本均进行修改。
脚本优化: 为 run.sh 中的合成阶段添加 --stage 参数,支持通过0/1选择 PWGAN/HiFiGAN 作为声码器;在 synthesize.sh 和 synthesize_e2e.sh 中实现多声码器切换逻辑
文档完善: 在 README.md 中补充 stage 参数说明,明确 vocoder 选择逻辑。
Issue链接:#3997
@luotao1 @zxcd