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.

Start / stop symbols

See original GitHub issue

I’m trying to debug echoing and overly long output audio, and in the spirit of #31 and #133, seeing if I can fix things by playing around with the start and stop symbols. The Tensorflow seq2seq documentation is sparse, and I can’t tell from https://github.com/keithito/tacotron/blob/master/models/helpers.py what exactly is going on with start and stop symbols in testing and training. If I’m using my own dataset separate from blizzard/ljspeech, does the model expect:

  • that my input text has <start> and <stop> symbols?
  • that my target audio has an all-zero frame at the beginning as a “start” symbol, and an all-zero frame at the end? In other words, is the Helper adding start and stop symbols automatically (the initialize function seems like it might be doing something like this?), or am I supposed to be providing certain things in the data? Is this different for training and testing?

Thanks in advance!

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
begeekmyfriendcommented, May 17, 2018

Well I have referred Rayhane’s version https://github.com/Rayhane-mamah/Tacotron-2/issues/46 in which it will not stop decoding until the stop token instead of the end of full length is touched. It trains stop token targets to learn when to stop decoding and it works for synthesized audio. And I want find out whether we need to train the extra stop token targets or not.

0reactions
begeekmyfriendcommented, Sep 5, 2018

5 hour only and 66K steps. eval-66000-linear.zip

Read more comments on GitHub >

github_iconTop Results From Across the Web

Engine Start-Stop Indicator Symbols: Eng A-stop
These are Engine Start-Stop Indicator symbols. The abbreviations actually stand for Engine (ENG Auto Stop (A-STOP)). Green indicates that the engine has ...
Read more >
Changed start/stop symbols | Good to know
19w17 - Support site - Symbol Stop/Start active. Green – Shown in the tachometer when the function is active and the engine is...
Read more >
Auto-Start-Stop Indicators
The Auto-Start-Stop indicator illuminates green when the engine stops. It flashes amber and a message appears when you need to take action. Auto-Start-Stop...
Read more >
Start stop Icons – Download for Free in PNG and SVG
Free Start stop icons in various UI design styles for web, mobile. Download static and animated Start stop vector icons for free in...
Read more >
ISO 7000 - 3127, Automatic idle start/stop
Standard : ISO 7000 — Graphical symbols for use on equipment — Registered symbols. Committee : ISO/TC 145/SC 3. ICS : 01.080.20. Automatic-idle-start/stop....
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