PaddlePaddle / PaddleSpeech

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
https://paddlespeech.readthedocs.io
Apache License 2.0
10.99k stars 1.83k forks source link

[TTS]onnx无法batch输入 #2582

Closed HandsLing closed 1 year ago

HandsLing commented 1 year ago

请问example/aishell3/tts里面基于aishell3训练的模型导成onnx,只支持一个输入,无法支持batch输入,这个后期能支持吗?

yt605155624 commented 1 year ago

onnx 不能 batch 输入是因为动态图模型没有支持 batch 输入,我们没有计划支持,你可以自己研究下