From f2e8f502fa0a249c650d9a468a5e45426fcf780b Mon Sep 17 00:00:00 2001 From: TianYuan Date: Wed, 8 Mar 2023 02:21:33 +0000 Subject: [PATCH] add note --- examples/csmsc/vits/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/csmsc/vits/run.sh b/examples/csmsc/vits/run.sh index 0b0bdbc4c..f2c5d452f 100755 --- a/examples/csmsc/vits/run.sh +++ b/examples/csmsc/vits/run.sh @@ -40,6 +40,7 @@ if [ ${stage} -le 4 ] && [ ${stop_stage} -ge 4 ]; then CUDA_VISIBLE_DEVICES=${gpus} ./local/inference.sh ${train_output_path} ${add_blank}|| exit -1 fi +# # not ready yet for operator missing in Paddle2ONNX # # paddle2onnx, please make sure the static models are in ${train_output_path}/inference first # # we have only tested the following models so far # if [ ${stage} -le 5 ] && [ ${stop_stage} -ge 5 ]; then @@ -56,6 +57,7 @@ fi # ./local/ort_predict.sh ${train_output_path} # fi +# # not ready yet for operator missing in Paddle-Lite # # must run after stage 3 (which stage generated static models) # if [ ${stage} -le 7 ] && [ ${stop_stage} -ge 7 ]; then # # NOTE by yuantian 2022.11.21: please compile develop version of Paddle-Lite to export and run TTS models,