From eac8d34b31fc2d206fbd585b9d65c1775e5e3ce8 Mon Sep 17 00:00:00 2001 From: JiehangXie Date: Mon, 6 Mar 2023 11:37:59 +0800 Subject: [PATCH] add newline at the end of file --- examples/canton/tts3/local/inference.sh | 2 +- examples/canton/tts3/local/ort_predict.sh | 2 +- examples/canton/tts3/local/paddle2onnx.sh | 2 +- examples/canton/tts3/run.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/canton/tts3/local/inference.sh b/examples/canton/tts3/local/inference.sh index cf2174258..6a6f214cd 100644 --- a/examples/canton/tts3/local/inference.sh +++ b/examples/canton/tts3/local/inference.sh @@ -60,4 +60,4 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then --phones_dict=dump/phone_id_map.txt \ --speaker_dict=dump/speaker_id_map.txt \ --lang=canton \ -fi \ No newline at end of file +fi diff --git a/examples/canton/tts3/local/ort_predict.sh b/examples/canton/tts3/local/ort_predict.sh index 873970683..d95e49f97 100644 --- a/examples/canton/tts3/local/ort_predict.sh +++ b/examples/canton/tts3/local/ort_predict.sh @@ -46,4 +46,4 @@ if [ ${stage} -le 2 ] && [ ${stop_stage} -ge 2 ]; then --lang=canton \ --device=cpu \ --cpu_threads=2 -fi \ No newline at end of file +fi diff --git a/examples/canton/tts3/local/paddle2onnx.sh b/examples/canton/tts3/local/paddle2onnx.sh index 0b05a6d6f..66f57cb22 100644 --- a/examples/canton/tts3/local/paddle2onnx.sh +++ b/examples/canton/tts3/local/paddle2onnx.sh @@ -20,4 +20,4 @@ paddle2onnx \ --params_filename ${model}.pdiparams \ --save_file ${train_output_path}/${output_dir}/${model}.onnx \ --opset_version 11 \ - --enable_dev_version ${enable_dev_version} \ No newline at end of file + --enable_dev_version ${enable_dev_version} diff --git a/examples/canton/tts3/run.sh b/examples/canton/tts3/run.sh index 2e0b461cd..333b5c880 100755 --- a/examples/canton/tts3/run.sh +++ b/examples/canton/tts3/run.sh @@ -62,4 +62,4 @@ fi # inference with onnxruntime if [ ${stage} -le 6 ] && [ ${stop_stage} -ge 6 ]; then ./local/ort_predict.sh ${train_output_path} -fi \ No newline at end of file +fi