From 307ed8377e5c63e2c2c097acfb29a5513050637e Mon Sep 17 00:00:00 2001 From: enkilee Date: Mon, 23 Dec 2024 15:28:45 +0800 Subject: [PATCH] fix --- examples/csmsc/voc1/local/synthesize_e2e.sh | 1 - examples/csmsc/voc1/run.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/csmsc/voc1/local/synthesize_e2e.sh b/examples/csmsc/voc1/local/synthesize_e2e.sh index 29f27ef63..f6a4df2b3 100644 --- a/examples/csmsc/voc1/local/synthesize_e2e.sh +++ b/examples/csmsc/voc1/local/synthesize_e2e.sh @@ -2,7 +2,6 @@ config_path=$1 train_output_path=$2 -ckpt_name=$3 FLAGS_allocator_strategy=naive_best_fit \ diff --git a/examples/csmsc/voc1/run.sh b/examples/csmsc/voc1/run.sh index 89826bbca..8fb62f689 100755 --- a/examples/csmsc/voc1/run.sh +++ b/examples/csmsc/voc1/run.sh @@ -33,7 +33,7 @@ fi if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then # synthesize_e2e, vocoder is pwgan by default - CUDA_VISIBLE_DEVICES=${gpus} ./local/synthesize_e2e.sh ${conf_path} ${train_output_path} ${ckpt_name} || exit -1 + CUDA_VISIBLE_DEVICES=${gpus} ./local/synthesize_e2e.sh ${conf_path} ${train_output_path} || exit -1 fi # PTQ_static