❓ Questions / Help / Support #256
Replies: 2 comments 2 replies
-
Hi, Latest TTS models are not just |
Beta Was this translation helpful? Give feedback.
2 replies
-
Got it working, thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting the following error when trying to do inference in C++ Pytorch using a Silero TTS model:
To get there, first I exported the model in a way that
torch::jit::load()
can read:(The
model.model
part is intentional; see my other issue: #254).Then I prepare TTS input based off of tts_utils.py. Given a
const char* text
and the symbols inmodel.symbols
, I transform the input characters to their index in the symbol table andforward()
the result to the model:But somehow the Silero vocoder's
TTSSystem
is called with 13 arguments when it expects 11.If anybody has tried TTS inference in C++ before, any help would be greatly appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions