https://uberduck.ai/ logo
Join Discord
Powered by
# tacotron-2-support
  • u

    {K EY1} (Kei)

    10/05/2022, 1:56 PM
    Yeah i had good results with the arpabet legacy notebook too but eh I think the current recommended notebooks are in #841437191073955920
  • r

    Radak

    10/05/2022, 5:18 PM
    Is there any alternatives to like an audio converter that I can use to make my zip files that are similar to this that will work on mobile specifically.
  • p

    postmates!!

    10/06/2022, 11:44 PM
    how long do i train on pipeline for 50 seconds of audio
  • p

    postmates!!

    10/07/2022, 2:10 AM
    when you train on legacy, is it just supposed to...stop on its own?
  • c

    Cris140

    10/07/2022, 3:51 AM
    When it reachs the epoch limit it justs stops
  • c

    Cris140

    10/07/2022, 3:52 AM
    You need to change the epoch limit higher
  • c

    Cris140

    10/07/2022, 3:53 AM
    But unless you have a gigaton of data, there's no need to go past around 150~ epochs, it won't make the model better
  • p

    postmates!!

    10/07/2022, 12:16 PM
    i have 24 clips, how many epochs sould i use?
  • c

    Cris140

    10/07/2022, 12:18 PM
    check the val loss
  • c

    Cris140

    10/07/2022, 12:18 PM
    from 50~100 should be enough
  • p

    postmates!!

    10/07/2022, 1:21 PM
    set it to 75 and it finished in 14 minutes 💀 💀💀💀
  • u

    {K EY1} (Kei)

    10/07/2022, 5:54 PM
    i got this in the polish pipeline notebook...
  • u

    {K EY1} (Kei)

    10/07/2022, 5:56 PM
    same error as the one i got here training on the current pipeline notebook with the polish base model
  • h

    hecko

    10/07/2022, 6:00 PM
    that is very new to me
  • h

    hecko

    10/07/2022, 6:00 PM
    all i can think of is some transcript issue somewhere
  • h

    hecko

    10/07/2022, 6:01 PM
    but unfortunately pipeline shuffles the wav·s so there's no info on where exactly to look
  • u

    {K EY1} (Kei)

    10/07/2022, 6:01 PM
    i see... i'll look through the smaller speaker's transcript what sort of issue could it be?
  • h

    hecko

    10/07/2022, 6:07 PM
    not sure
  • h

    hecko

    10/07/2022, 6:07 PM
    maybe a weird unicode character
  • h

    hecko

    10/07/2022, 6:07 PM
    maybe an extra
    |
  • u

    {K EY1} (Kei)

    10/07/2022, 6:07 PM
    hm
  • h

    hecko

    10/07/2022, 6:07 PM
    run it through this https://www.browserling.com/tools/letter-frequency
  • u

    {K EY1} (Kei)

    10/07/2022, 6:08 PM
    Copy code
    a: 1618
    .: 785
    w: 730
    v: 730
    s: 702
    o: 639
    0: 551
    i: 544
    e: 390
    n: 370
    /: 365
    |: 365
    k: 365
    ↵: 364
    d: 266
    u: 238
    m: 208
    r: 194
    t: 193
    1: 185
    2: 167
    3: 128
    g: 91
    ł: 85
    j: 85
    4: 76
    5: 73
    6: 73
    z: 73
    c: 70
    7: 65
    8: 63
    9: 61
    h: 48
    ś: 39
    b: 39
    A: 18
    f: 11
    p: 11
    ć: 2
  • u

    {K EY1} (Kei)

    10/07/2022, 6:10 PM
    ran the other transcription through too, i dont see anything weird
  • u

    {K EY1} (Kei)

    10/07/2022, 6:11 PM
    wait is the fact that the encoding of the text file is in Windows (CRLF) a problem?
  • u

    {K EY1} (Kei)

    10/07/2022, 6:12 PM
    wait im dumb thats not the encoding
  • h

    hecko

    10/07/2022, 6:15 PM
    it shouldn't be an issue, i do crlf all the time
  • h

    hecko

    10/07/2022, 6:16 PM
    how about
  • h

    hecko

    10/07/2022, 6:17 PM
    in notepad++, replace
    .*\|
    with nothing (with regexes enabled) and then sort by length
  • u

    {K EY1} (Kei)

    10/07/2022, 6:25 PM
    I'll do that in a bit
1...505152...158Latest