Skip to content

Commit 2f9bdf2

Browse files
authored
Merge pull request #2222 from yt605155624/add_onnx_cli
[CLI]add onnxruntime infer for cli
2 parents be4f150 + c3d4744 commit 2f9bdf2

17 files changed

+473
-291
lines changed

examples/aishell3/tts3/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [ ${stage} -le 5 ] && [ ${stop_stage} -ge 5 ]; then
5454

5555
fi
5656

57-
# inference with onnxruntime, use fastspeech2 + hifigan by default
57+
# inference with onnxruntime, use fastspeech2 + pwgan by default
5858
if [ ${stage} -le 6 ] && [ ${stop_stage} -ge 6 ]; then
5959
./local/ort_predict.sh ${train_output_path}
6060
fi

examples/ljspeech/tts3/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [ ${stage} -le 5 ] && [ ${stop_stage} -ge 5 ]; then
5555
# ./local/paddle2onnx.sh ${train_output_path} inference inference_onnx hifigan_ljspeech
5656
fi
5757

58-
# inference with onnxruntime, use fastspeech2 + hifigan by default
58+
# inference with onnxruntime, use fastspeech2 + pwgan by default
5959
if [ ${stage} -le 6 ] && [ ${stop_stage} -ge 6 ]; then
6060
./local/ort_predict.sh ${train_output_path}
6161
fi

examples/vctk/tts3/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [ ${stage} -le 5 ] && [ ${stop_stage} -ge 5 ]; then
5454

5555
fi
5656

57-
# inference with onnxruntime, use fastspeech2 + hifigan by default
57+
# inference with onnxruntime, use fastspeech2 + pwgan by default
5858
if [ ${stage} -le 6 ] && [ ${stop_stage} -ge 6 ]; then
5959
./local/ort_predict.sh ${train_output_path}
6060
fi

0 commit comments

Comments
 (0)