Start / stop symbols
See original GitHub issueI’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:
- Created 5 years ago
- Comments:8 (1 by maintainers)
Top 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 >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
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.
5 hour only and 66K steps. eval-66000-linear.zip