From 38208346c8dcd6694b98cbbcbd16305dfb730333 Mon Sep 17 00:00:00 2001 From: JiehangXie Date: Mon, 6 Mar 2023 11:43:57 +0800 Subject: [PATCH] fix inference.sh --- examples/canton/tts3/local/inference.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/canton/tts3/local/inference.sh b/examples/canton/tts3/local/inference.sh index 6a6f214cd..caf0b4380 100644 --- a/examples/canton/tts3/local/inference.sh +++ b/examples/canton/tts3/local/inference.sh @@ -16,7 +16,7 @@ if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then --output_dir=${train_output_path}/pd_infer_out \ --phones_dict=dump/phone_id_map.txt \ --speaker_dict=dump/speaker_id_map.txt \ - --lang=canton \ + --lang=canton fi # for more GAN Vocoders @@ -31,7 +31,7 @@ if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then --output_dir=${train_output_path}/pd_infer_out \ --phones_dict=dump/phone_id_map.txt \ --speaker_dict=dump/speaker_id_map.txt \ - --lang=canton \ + --lang=canton fi # hifigan @@ -45,7 +45,7 @@ if [ ${stage} -le 2 ] && [ ${stop_stage} -ge 2 ]; then --output_dir=${train_output_path}/pd_infer_out \ --phones_dict=dump/phone_id_map.txt \ --speaker_dict=dump/speaker_id_map.txt \ - --lang=canton \ + --lang=canton fi # wavernn @@ -59,5 +59,5 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then --output_dir=${train_output_path}/pd_infer_out \ --phones_dict=dump/phone_id_map.txt \ --speaker_dict=dump/speaker_id_map.txt \ - --lang=canton \ + --lang=canton fi