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.

Create State Align Labels for Synthesis

See original GitHub issue

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

github_iconTop GitHub Comments

1reaction
ronankicommented, Sep 1, 2017

@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:

  1. The Input to duration model is full-contextual labels without time-stamps and outputs labels with time-stamps (by adding predicted durations).
  2. The acoustic model always takes labels with time-stamps in order to synthesize speech.
0reactions
rhajit1001commented, Sep 11, 2017

@chazo1994 You were right, thanks!

Read more comments on GitHub >

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

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