[Feature request] Long sentences.
See original GitHub issueWhen I installed coqui-tts I was expecting to be able to do something like tts < input.txt > output.wav
. But it turns out that the input text needs to be divided in short enough sentences or you get an error that says Decoder stopped with max_decoder_steps
. There are examples of long utterances in the ddc-samples which made me believe it would accept any text. So until this issue is resolved, it could be mentioned in the docs something about the current limitations.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
What Is a Feature Request? Definition and Examples - Airfocus
A feature request is a comment, message, or ask from a user to implement a specific ... ("It takes too long to fill...
Read more >How To Manage Feature Requests [Template included]
This guide will teach you everything about feature requests – how to process them, manage them, respond to them, prioritize them – so...
Read more >Feature Request Template: How to Collect User Feedback ...
Looking for the best feature request templates? Here's how to collect feedback with examples from the best SaaS companies.
Read more >Speed up development with a free feature request template
Get a free feature request template to help you gather product feedback throughout development for a fast and smooth process.
Read more >Feature Request Template: How to Manage Suggestions at ...
Every feature request needs a name. It's usually a few words long, sometimes a full sentence. This name will help you (and other...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
System: Mac OS Monterey 12 NO GPU or cuda (only cpu
I used the default pip install tts installed model. And used the default model. But I am also getting a lot of warnings for max_decoder_steps.
I went to the /Users/***/Library/Application Support/tts/tts_models–en–ljspeech–tacotron2-DDC location and found the config.json file described in this question. But there is no option in the file to describe max_decoder_steps.
Could this be the wrong model or am I looking in the wrong location?
The solution is simply append an option name “max_decoder_steps”:1000, to json file.