From 1a49eb7d16f1a17cc29fef1ccf05058e1dccbde0 Mon Sep 17 00:00:00 2001 From: enkilee Date: Thu, 2 Jan 2025 15:56:39 +0800 Subject: [PATCH] fix --- examples/csmsc/voc5/local/synthesize_e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/csmsc/voc5/local/synthesize_e2e.sh b/examples/csmsc/voc5/local/synthesize_e2e.sh index 204b7388c..a068cf19a 100644 --- a/examples/csmsc/voc5/local/synthesize_e2e.sh +++ b/examples/csmsc/voc5/local/synthesize_e2e.sh @@ -11,7 +11,7 @@ python3 ${BIN_DIR}/../../synthesize_e2e.py \ --am_config=${config_path} \ --am_ckpt=${train_output_path}/checkpoints/${ckpt_name} \ --am_stat=dump/train/speech_stats.npy \ - --voc=pwgan_csmsc \ + --voc=hifigan_csmsc \ --voc_config=hifigan_csmsc_ckpt_0.1.1/default.yaml \ --voc_ckpt=hifigan_csmsc_ckpt_0.1.1/snapshot_iter_2500000.pdz \ --voc_stat=hifigan_csmsc_ckpt_0.1.1/feats_stats.npy \