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

    RTA05

    01/07/2023, 8:05 PM
    All of them are 32 bit though
  • h

    hecko

    01/07/2023, 8:06 PM
    well maybe it errored at 28.wav because it did them in a random order? not sure
  • h

    hecko

    01/07/2023, 8:06 PM
    best to put them through the ffmpeg grinder just in case
  • h

    hecko

    01/07/2023, 8:07 PM
    Copy code
    !apt install parallel >&-
    !find "/content/wavs" -type f -name "*.wav" -print | parallel --eta --bar ffmpeg -i "{'\x7b\x7d'}" -ac 1 -ar 22050 -c:a pcm_s16le -loglevel error -f wav "{'\x7b.\x7d'}.wa2"
    !find "/content/wavs" -type f -name "*.wav" -delete
    !find "/content/wavs" -type f -name "*.wa2" -print | rename s/\.wa2/\.wav/
  • r

    RTA05

    01/07/2023, 8:07 PM
    Where do I put this?
  • r

    RTA05

    01/07/2023, 8:07 PM
    In a new cell?
  • r

    RTA05

    01/07/2023, 8:14 PM
    NVM, I figured it out
  • r

    RTA05

    01/07/2023, 8:14 PM
    It's all working now
  • r

    RTA05

    01/07/2023, 8:18 PM
    I'm getting some positive results
  • b

    BigBoss

    01/08/2023, 4:30 AM
    so breaths before a sentance or in middle?
  • b

    BigBoss

    01/08/2023, 4:31 AM
    cause ive been doing the sentence in audacity ending it with a breath
  • u

    (Dawn) Will Draw Fictional Women

    01/08/2023, 4:33 AM
    no
  • u

    (Dawn) Will Draw Fictional Women

    01/08/2023, 4:33 AM
    breaths only in the middle
  • u

    (Dawn) Will Draw Fictional Women

    01/08/2023, 4:33 AM
    at the beginning or end would mess with synthesis negatively
  • j

    jonny5alive

    01/08/2023, 6:26 AM
    How do I associate a tuned hifigan with an uploaded voice?
  • s

    Sonic2022_mario

    01/08/2023, 5:37 PM
    Does Anyone Know How To Remove Music From Videos Over 7 Minutes?
  • m

    MapleNeko

    01/09/2023, 8:48 AM
    what is this emoji in torchmoji?
  • m

    MapleNeko

    01/09/2023, 8:48 AM
    i want override torchmoji
  • u

    (Dawn) Will Draw Fictional Women

    01/09/2023, 9:01 AM
    ☺️
  • m

    MapleNeko

    01/09/2023, 11:53 AM
    am i looking at the right loss value?
  • m

    MapleNeko

    01/09/2023, 11:53 AM
    because i saw this
  • n

    NickoPlayz 2018

    01/09/2023, 12:38 PM
    So I have been training some voices but I've been noticing that "validation" only appears in some voices, in some it's missing entirely and would only have the "train" part (e.x., I should get both Loss/train and Loss/val, but the latter is missing sometimes). Is there a problem with something in my end? (Pipeline)
  • n

    NickoPlayz 2018

    01/09/2023, 12:40 PM
    I heard that you stop it once the graph only starts plateu (meaning it doesn't go down anymore)
  • n

    NickoPlayz 2018

    01/09/2023, 12:42 PM
    I'm pretty new to this training stuff and I don't even see a Loss/val graph in my end sometimes but that's what I heard
  • m

    MapleNeko

    01/09/2023, 1:01 PM
    once the graph starts plateau i may start training in hifigan is that right?
  • r

    Reclezon

    01/09/2023, 3:09 PM
    4 pipeline look at sample inference
  • r

    Reclezon

    01/09/2023, 3:09 PM
    Loss is basically extra at this point.
  • r

    Reclezon

    01/09/2023, 3:10 PM
    Unless Tensorboard doesn't work then look at loss
  • h

    hecko

    01/09/2023, 6:02 PM
    for torchmoji override you're not supposed to put in actual emoji, but rather text that would be analyzed to have the proper emotion but also torchmoji doesn't really work even on very large datasets
  • m

    MapleNeko

    01/10/2023, 12:19 PM
    it becomes flat
1...114115116...158Latest