Tts: New FAQ page. Waiting for your reviews.

Created on 13 Jan 2020  路  10Comments  路  Source: mozilla/TTS

I laid out a FAQ page. Please let me know your comments.

documentation help wanted wontfix

All 10 comments

Really helpful. Thank you. Some explanation on the tensorboard output would be also helpful.
Is it possible to share a sample training for comparing inside tensorboard?

@ntsourakis just did that. Please check the last part.

That helps a lot. I don't see the "Image" tab in my tensorboard though. Only Scalars + Audio.

If you are training TTS there must be an Image tab. Otherwise, there is something wrong on yoru side.

I am working with Albanian and for step 2, I need to create the alphabet. There are elements written with two letters like 'Dh' and 'Gj'. How should one change the _characters in utils.text.symbols?

You need to add them there as the other characters

Okay, so it's actually characters and not alphabet.

The letters in the Albanian alphabet (where the same symbol can appear multiple times):

A B C 脟 D Dh E 脣 F G Gj H I J K L Ll M N Nj O P Q R Rr S Sh T Th U V X Xh Y Z Zh
a b c 莽 d dh e 毛 f g gj h i j k l ll m n nj o p q r rr s sh t th u v x xh y z zh

become:

ABC脟DE脣FGHIJKLMNOPQRSTUVXYZabc莽defghijklmnopqrstuvxyz

My FAQ feedback:

  • generally I think it looks good and will help

  • ordering them and grouping similar items could be helpful

    There's probably no "optimal order" but I'd consider the one about "a bunch of errors" going at the top: it needs to catch the eye of potentially less diligent, experienced people

    then "how do I choose which model" and other questions that deal with initial decisions / steps

    and then finally a block for all the training related ones

  • Might be worth renaming that "a bunch of errors" one so that it puts errors right near the front of the sentence, something like "Errors occurring with pre-trained model. How can I resolve them?"

  • This is easier said than done, but finding someone averagely computer literate with Python but who doesn't know about TTS and asking them to read through the answers and explain what they think is easy to follow would help (people who've seen/used the project can easily miss what's hard to understand, especially as things change over time)

  • Possibly consider a few questions on what not to do (or at least that's ill advised) and around expectation mgt (eg for people who might not realise that an hour of audio wouldn't typically be feasible)

I'm AFK right now (馃馃泴) but I'll give it more thought once I'm better, esp. my last point.

@nmstoker I agree on all of your comments. I reordered and rephrased things as you suggested as starters. And get better soon !

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discourse page for further help. https://discourse.mozilla.org/c/tts

Was this page helpful?
0 / 5 - 0 ratings