Create State Align Labels for Synthesis
See original GitHub issueHello there, I am creating a TTS on a language which is not supported by festival.
I’ve trained a model based on state-aligned labels. I created the labels by myself, then aligned them using “run_state_aligner.sh”. The training went well, but when I’ve reached the synthesis phase, there was a problem with my non-aligned labels, which I’ve tried to synthesis.
Is there any way to use non-aligned labels as an input for the synthesis? It worked well on my phone-align labels, but it throws the following error with the state-align labels.
state_index = int(state_index) - 1
ValueError: invalid literal for int() with base 10: '-'
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to configure HTS for in-training synthesis with state-level ...
Utilizing state-level alignment labels allows us to copy the prosody from one speaker and use it on another speaker's acoustic model.
Read more >How to Align Labels Next to Inputs - W3docs
In this snippet, you'll learn how to align elements next to elements. Align labels to the right and left of inputs by using...
Read more >align-items - CSS: Cascading Style Sheets - MDN Web Docs
The CSS align-items property sets the align-self value on all direct children as a group. In Flexbox, it controls the alignment of items...
Read more >Getting started with the Merlin Speech Synthesis Toolkit
Merlin comes with recipes (in the spirit of the Kaldi automatic speech recognition toolkit) to show you how to build state-of-the art ...
Read more >How to Keep Form Labels Aligned - Quick Tips - Balsamiq
select all the labels · align them right · set the text alignment in the property inspector to the right · click autosize...
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
@chazo1994 You are right.
We’ll soon provide support for full-contextual labels without time-stamps at synthesis time in order to get rid of this confusion. In which case:
@chazo1994 You were right, thanks!