rhasspy / piper

A fast, local neural text to speech system
https://rhasspy.github.io/piper-samples/
MIT License
6.55k stars 478 forks source link

All German language models have errors with 'ch'. #125

Open wolp2306 opened 1 year ago

wolp2306 commented 1 year ago

and more. words ending with "g" are also not working. "fertig","eifrig" and so on.

this happens:

[E:onnxruntime:, sequential_executor.cc:494 ExecuteKernel] Non-zero status code returned while running Gather node. Name:'/enc_p/emb/Gather' Status Message: indices element out of data bounds, idx=140 must be within the inclusive range [-130,129] terminate called after throwing an instance of 'Ort::Exception' what(): Non-zero status code returned while running Gather node. Name:'/enc_p/emb/Gather' Status Message: indices element out of data bounds, idx=140 must be within the inclusive range [-130,129]

svenha commented 1 year ago

This is a duplicate of #104 I guess.

svenha commented 1 year ago

104 is fixed, @wolp2306.