question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature request] Long sentences.

See original GitHub issue

When 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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
StevenLi-phoenixcommented, Mar 18, 2022

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?

0reactions
StevenLi-phoenixcommented, Mar 18, 2022

The solution is simply append an option name “max_decoder_steps”:1000, to json file.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found