https://uberduck.ai/ logo
Join Discord
Powered by
# tacotron-2-support
  • I don't think they want peeps outside the company to show the admin console.
    m

    Minecraftian47 (make x from y)

    03/30/2023, 3:41 PM
    I don't think they want peeps outside the company to show the admin console.
  • it’s an endless frustration to the point where i just gave up even attempting to approve models a long time ago
    u

    (Dawn) Will Draw Fictional Women

    03/30/2023, 3:49 PM
    it’s an endless frustration to the point where i just gave up even attempting to approve models a long time ago
  • Plus, zwf is mainly more focused on the commercial side of things than the community one.
    m

    Minecraftian47 (make x from y)

    03/30/2023, 5:03 PM
    Plus, zwf is mainly more focused on the commercial side of things than the community one.
  • It is the one the keeps the server running.
    m

    Minecraftian47 (make x from y)

    03/30/2023, 5:04 PM
    It is the one the keeps the server running.
  • t

    TS

    03/30/2023, 6:23 PM

    https://cdn.discordapp.com/attachments/994486394049282058/1091065165472075807/image0.jpg▾

  • I don’t get this
    t

    TS

    03/30/2023, 6:23 PM
    I don’t get this
  • I’ve trained it 130 epochs now with the thing showing this
    t

    TS

    03/30/2023, 6:23 PM
    I’ve trained it 130 epochs now with the thing showing this
  • https://media.discordapp.net/attachments/994486394049282058/1091021287855497329/image0.jpg
    t

    TS

    03/30/2023, 6:24 PM

    https://media.discordapp.net/attachments/994486394049282058/1091021287855497329/image0.jpg▾

  • And it still pops up as that on the synthesizer
    t

    TS

    03/30/2023, 6:24 PM
    And it still pops up as that on the synthesizer
  • And says max decoder steps
    t

    TS

    03/30/2023, 6:24 PM
    And says max decoder steps
  • How can I fix this
    t

    TS

    03/30/2023, 6:24 PM
    How can I fix this
  • The loss is at 0.015734
    t

    TS

    03/30/2023, 6:24 PM
    The loss is at 0.015734
  • Like he says half of the line at the beginning then starts mumbling BS
    t

    TS

    03/30/2023, 6:26 PM
    Like he says half of the line at the beginning then starts mumbling BS
  • 0.01 is too high
    u

    (Dawn) Will Draw Fictional Women

    03/30/2023, 6:35 PM
    0.01 is too high
  • go for like 0.009
    u

    (Dawn) Will Draw Fictional Women

    03/30/2023, 6:36 PM
    go for like 0.009
  • also access denied, even though I set the link to "anyone can access"
    d

    ddddisco

    03/30/2023, 8:20 PM
    also access denied, even though I set the link to "anyone can access"
  • It's downloading the file, but something else is wrong
    d

    ddddisco

    03/30/2023, 8:27 PM
    It's downloading the file, but something else is wrong
  • Now I'm looking into adding "superres_strength" to the synthesis notebook that does work, but it updates its parameters from a list of config defaults in tacotron2.py, and there is no superres_strength in there, so I can't add it... I want to make less mechanical sounding audio...
    d

    ddddisco

    03/30/2023, 9:10 PM
    Now I'm looking into adding "superres_strength" to the synthesis notebook that does work, but it updates its parameters from a list of config defaults in tacotron2.py, and there is no superres_strength in there, so I can't add it... I want to make less mechanical sounding audio...
  • There's a reason the default epoch amount is 200
    g

    Gosmokeless28

    03/30/2023, 10:41 PM
    There's a reason the default epoch amount is 200
  • Ok
    t

    TS

    03/30/2023, 10:41 PM
    Ok
  • could there be a notebook version of this https://app.uberduck.ai/speak for the reference audio tab that i can do locally with just a google colab notebook? load up a localized voice model and then load up some reference audio for it to clone along with the transcription? as mentioned, the site submissions are stalled and I'm seeing if there's any other options to get this done.....the reference audio helps guide the voice to say a better version than just some text alone
    j

    jensyao

    03/31/2023, 1:23 AM
    could there be a notebook version of this https://app.uberduck.ai/speak for the reference audio tab that i can do locally with just a google colab notebook? load up a localized voice model and then load up some reference audio for it to clone along with the transcription? as mentioned, the site submissions are stalled and I'm seeing if there's any other options to get this done.....the reference audio helps guide the voice to say a better version than just some text alone
  • > “finalized .pt” insinuates tacotron
    u

    (Dawn) Will Draw Fictional Women

    03/31/2023, 2:11 AM
    > “finalized .pt” insinuates tacotron
  • > “reference audio” insinuates talknet
    u

    (Dawn) Will Draw Fictional Women

    03/31/2023, 2:11 AM
    > “reference audio” insinuates talknet
  • which one is it?????
    u

    (Dawn) Will Draw Fictional Women

    03/31/2023, 2:11 AM
    which one is it?????
  • nvm i see the errors in my ways, didn't know i had to retrain it under a different model
    j

    jensyao

    03/31/2023, 2:25 AM
    nvm i see the errors in my ways, didn't know i had to retrain it under a different model
  • > `IndexError Traceback (most recent call last) > <ipython-input-3-1c9a8cb14758> in <cell line: 127>() > 126 dirs = [x for x in os.scandir(target_path)] > 127 if len(dirs) == 1: > --> 128 with open(sorted(glob.glob(os.path.join(dirs[0].path, "*.txt")))[0]) as f: > 129 already_multispeaker = (len(f.readline().split("|")) == 3) > 130 > > IndexError: list index out of range`
    p

    PUMPKINEATER

    04/01/2023, 1:00 AM
    >
    Copy code
    IndexError                                Traceback (most recent call last)
    > <ipython-input-3-1c9a8cb14758> in <cell line: 127>()
    >     126 dirs = [x for x in os.scandir(target_path)]
    >     127 if len(dirs) == 1:
    > --> 128   with open(sorted(glob.glob(os.path.join(dirs[0].path, "*.txt")))[0]) as f:
    >     129     already_multispeaker = (len(f.readline().split("|")) == 3)
    >     130 
    > 
    > IndexError: list index out of range
  • Someone help me out.
    p

    PUMPKINEATER

    04/01/2023, 1:00 AM
    Someone help me out.
  • false alarm
    p

    PUMPKINEATER

    04/01/2023, 1:13 AM
    false alarm
  • > `/content/project > > --------------------------------------------------------------------------- > > TypeError Traceback (most recent call last) > > <ipython-input-8-7d240b4478d1> in <cell line: 254>() > > 253 > > 254 with open("tacotron2_config.json", "w") as f: > > --> 255 json.dump(config, f) > > 256 > > 257 get_ipython().system('python -m uberduck_ml_dev.exec.train_tacotron2 --config "tacotron2_config.json"') > > > > 4 frames > > /usr/lib/python3.9/json/encoder.py in default(self, o) > > 177 > > 178 """ > > --> 179 raise TypeError(f'Object of type {o.__class__.__name__} ' > > 180 f'is not JSON serializable') > > 181 > > > > TypeError: Object of type complex is not JSON serializable`
    p

    PUMPKINEATER

    04/01/2023, 3:03 AM
    >
    Copy code
    /content/project
    > > ---------------------------------------------------------------------------
    > > TypeError                                 Traceback (most recent call last)
    > > <ipython-input-8-7d240b4478d1> in <cell line: 254>()
    > >     253 
    > >     254 with open("tacotron2_config.json", "w") as f:
    > > --> 255   json.dump(config, f)
    > >     256 
    > >     257 get_ipython().system('python -m uberduck_ml_dev.exec.train_tacotron2 --config "tacotron2_config.json"')
    > > 
    > > 4 frames
    > > /usr/lib/python3.9/json/encoder.py in default(self, o)
    > >     177 
    > >     178         """
    > > --> 179         raise TypeError(f'Object of type {o.__class__.__name__} '
    > >     180                         f'is not JSON serializable')
    > >     181 
    > > 
    > > TypeError: Object of type complex is not JSON serializable
  • when i test alice voice on FakeYou synthesizer notebook
    m

    Mann Maker Studio

    04/01/2023, 2:29 PM
    when i test alice voice on FakeYou synthesizer notebook https://cdn.discordapp.com/attachments/994486394049282058/1091731075568508949/Alice.wav
1...139140141...158Latest