From 5ee94117f0702011768bff4a7f11e3823bf6cfc2 Mon Sep 17 00:00:00 2001 From: JiehangXie Date: Mon, 6 Mar 2023 11:34:00 +0800 Subject: [PATCH] update ort_predict in canton --- examples/canton/tts3/local/ort_predict.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/examples/canton/tts3/local/ort_predict.sh b/examples/canton/tts3/local/ort_predict.sh index cb37fece0..873970683 100644 --- a/examples/canton/tts3/local/ort_predict.sh +++ b/examples/canton/tts3/local/ort_predict.sh @@ -46,16 +46,4 @@ if [ ${stage} -le 2 ] && [ ${stop_stage} -ge 2 ]; then --lang=canton \ --device=cpu \ --cpu_threads=2 -fi - -# synthesize from metadata, take hifigan as an example -if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then - python3 ${BIN_DIR}/../ort_predict.py \ - --inference_dir=${train_output_path}/inference_onnx \ - --am=fastspeech2_canton \ - --voc=hifigan_csmsc \ - --test_metadata=dump/test/norm/metadata.jsonl \ - --output_dir=${train_output_path}/onnx_infer_out \ - --device=cpu \ - --cpu_threads=2 fi \ No newline at end of file