-
Notifications
You must be signed in to change notification settings - Fork 1.9k
【PaddleSpeech No.12】 #4037
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
【PaddleSpeech No.12】 #4037
Conversation
Thanks for your contribution! |
examples/opencpop/svs1/README.md
Outdated
@@ -116,8 +116,10 @@ pwgan_opencpop_ckpt_1.4.0.zip | |||
``` | |||
`./local/synthesize.sh` calls `${BIN_DIR}/../synthesize.py`, which can synthesize waveform from `metadata.jsonl`. | |||
```bash | |||
CUDA_VISIBLE_DEVICES=${gpus} ./local/synthesize.sh ${conf_path} ${train_output_path} ${ckpt_name} | |||
CUDA_VISIBLE_DEVICES=${gpus} ./local/synthesize.sh --stage 0 ${conf_path} ${train_output_path} ${ckpt_name} |
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.
only support pwgan, stage is an unnecessary param.
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.
Done
examples/opencpop/svs1/README_cn.md
Outdated
``` | ||
`--stage` 用于选择合成时使用的声码器模型,取值为 `0` ,使用 `pwgan` 模型作为声码器。 |
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.
same with above
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.
Done
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.
LGTM
PR types
Function optimization, Docs
PR changes
Docs, Others
Describe
本次修改主要包含:
对 examples/opencpop/svs1的READEME.md、README_cn.md、run.sh脚本均进行修改。
Issue链接:#3997
@luotao1 @zxcd