Closed qwertyuu closed 1 year ago
The model does not work too short inputs. You can also try adding punctuation at the end. It is not a code issue but more about the model architecture.
Perfect. We could pivot this PR as a need to validate input to get a better understanding of the error. I feel like the current error indicates a problem with coqui-ai and not the format of the input!
Sure we can keep the issue open. It is not something I'd immediately deal with but I hope someone else is open to fixing it with a PR.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.
Hello there! I have the same issue and found something similar
https://github.com/SeanNaren/deepspeech.pytorch/issues/362
Could you please share the exact location to change the padding value.
It would be early very helpful.
Many thanks
can you please tell how the issue is resolved?
Hello there! I have the same issue and found something similar
SeanNaren/deepspeech.pytorch#362
Could you please share the exact location to change the padding value.
It would be early very helpful.
Many thanks
did you got any reply
Does this model not support Chinese?Input English is OK, input Chinese will report this error
Describe the bug
Model
tts_models/fr/mai/tacotron2-DDC
Error:
To Reproduce
Use the latest main docker image (6cfb590eb21b1adf63a4c01c321452e2a4ee2093)
launch
python3 TTS/server/server.py --model_name tts_models/fr/mai/tacotron2-DDC
go to localhost:5002
enter any text
Expected behavior
I expect to get an audio, not an error
Logs
Environment
Additional context
No response