From e162fba48c3311746fa74d69ef5d2904a9d4f3a1 Mon Sep 17 00:00:00 2001 From: nyx-c-language Date: Tue, 1 Apr 2025 15:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E5=8E=BB=E4=B8=AD=E6=96=87README?= =?UTF-8?q?=E4=B8=AD=E5=A4=9A=E4=BD=99=E7=9A=84stage=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/opencpop/svs1/README_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/opencpop/svs1/README_cn.md b/examples/opencpop/svs1/README_cn.md index deb14e2f7..e35967d71 100644 --- a/examples/opencpop/svs1/README_cn.md +++ b/examples/opencpop/svs1/README_cn.md @@ -119,7 +119,7 @@ pwgan_opencpop_ckpt_1.4.0.zip `./local/synthesize.sh` 调用 `${BIN_DIR}/../synthesize.py` 即可从 `metadata.jsonl`中合成波形。 ```bash -CUDA_VISIBLE_DEVICES=${gpus} ./local/synthesize.sh --stage 0 ${conf_path} ${train_output_path} ${ckpt_name} +CUDA_VISIBLE_DEVICES=${gpus} ./local/synthesize.sh ${conf_path} ${train_output_path} ${ckpt_name} ``` 使用 `pwgan` 模型作为声码器。