From 4faa018c3dc2adc1c3c25c200f60045c549fe5a9 Mon Sep 17 00:00:00 2001 From: JiehangXie Date: Mon, 6 Mar 2023 14:01:43 +0800 Subject: [PATCH] fix run.sh stage5 paddle2onnx --- examples/canton/tts3/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/canton/tts3/run.sh b/examples/canton/tts3/run.sh index bfc564f02..3a3dfe0a5 100755 --- a/examples/canton/tts3/run.sh +++ b/examples/canton/tts3/run.sh @@ -50,10 +50,10 @@ if [ ${stage} -le 5 ] && [ ${stop_stage} -ge 5 ]; then if [[ -z "$version" || ${version} != '1.0.0' ]]; then pip install paddle2onnx==1.0.0 fi - ../../../csmsc/tts3/local/paddle2onnx.sh ${train_output_path} inference inference_onnx fastspeech2_canton + ../../csmsc/tts3/local/paddle2onnx.sh ${train_output_path} inference inference_onnx fastspeech2_canton # considering the balance between speed and quality, we recommend that you use hifigan as vocoder # ./local/paddle2onnx.sh ${train_output_path} inference inference_onnx pwgan_csmsc - ../../../csmsc/tts3/local/paddle2onnx.sh ${train_output_path} inference inference_onnx pwgan_aishell3 + ../../csmsc/tts3/local/paddle2onnx.sh ${train_output_path} inference inference_onnx pwgan_aishell3 # ./local/paddle2onnx.sh ${train_output_path} inference inference_onnx mb_melgan_csmsc # ./local/paddle2onnx.sh ${train_output_path} inference inference_onnx hifigan_csmsc