Skip to content

Conversation

Echo-Nie
Copy link
Contributor

@Echo-Nie Echo-Nie commented Mar 29, 2025

PR types

Function optimization, Docs

PR changes

Docs, Others

Describe

本次修改主要包含:

对 examples/opencpop/svs1的READEME.md、README_cn.md、run.sh脚本均进行修改。

  • synthesize只支持默认,删去多余的stage0参数。
  • synthesize_e2e支持stage0和stage1

Issue链接:#3997

@luotao1 @zxcd

Copy link

paddle-bot bot commented Mar 29, 2025

Thanks for your contribution!

@Echo-Nie
Copy link
Contributor Author

@luotao1 @zxcd pls review

@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Mar 31, 2025
@@ -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}
Copy link
Collaborator

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

```
`--stage` 用于选择合成时使用的声码器模型,取值为 `0` ,使用 `pwgan` 模型作为声码器。
Copy link
Collaborator

Choose a reason for hiding this comment

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

same with above

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@Echo-Nie Echo-Nie requested a review from zxcd April 3, 2025 14:43
@Echo-Nie Echo-Nie changed the title 【PaddleSpeech No.12】补全合成系列中的脚本中参数缺失 【PaddleSpeech No.12】 Apr 4, 2025
Copy link
Collaborator

@zxcd zxcd left a comment

Choose a reason for hiding this comment

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

LGTM

@zxcd zxcd merged commit fae44e7 into PaddlePaddle:develop Apr 7, 2025
5 checks passed
@Echo-Nie Echo-Nie deleted the op12 branch April 9, 2025 15:46
@zxcd zxcd added this to the r1.5.0 milestone May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants