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

    Deleted User

    11/24/2022, 9:31 PM
    oh lol
  • h

    hecko

    11/24/2022, 9:34 PM
    there are actually 2 google·drive-related issues
  • h

    hecko

    11/24/2022, 9:35 PM
    the first is that google changed the spelling of an internal id on the download page without telling the developers of
    gdown
    , which is the thing the notebooks use to download models
  • h

    hecko

    11/24/2022, 9:35 PM
    the second is that saving to google drive from colab seems to be broken for unknown reasons
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:49 PM
    fuck
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:54 PM
    so is this something thats gonna be fixed relatively soon?
  • h

    hecko

    11/24/2022, 9:54 PM
    the first is already fixed in pipeline, and in legacy it either was just fixed a moment ago or is being fixed right now
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:55 PM
    do i have to do any funni stuff with my google notebooks or
  • h

    hecko

    11/24/2022, 9:55 PM
    if you have your own then yes lemme uh
  • h

    hecko

    11/24/2022, 9:55 PM
    !pip install git+https://github.com/justinjohn0306/gdown.git
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:55 PM
    im using this rn
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:55 PM
    https://colab.research.google.com/github/justinjohn0306/FakeYou-Tacotron2-Notebook/blob/main/Latest_Tacotron2_and_HiFi_GAN.ipynb#scrollTo=GHIBEHtW-eHZ
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:55 PM
    this synthesizer thing
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:56 PM
    h
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:57 PM
    i need better explaination
  • h

    hecko

    11/24/2022, 9:57 PM
    oh hm
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:57 PM
    is it the synthesizer thats fucked up or the training notebook
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:57 PM
    or both
  • h

    hecko

    11/24/2022, 9:57 PM
    surprised justinjohn didn't fix that one
  • h

    hecko

    11/24/2022, 9:57 PM
    both in some ways
  • h

    hecko

    11/24/2022, 9:57 PM
    the synthesizer is hit harder by the gdown issue because it needs to download stuff from google drive
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:57 PM
    fuck
  • h

    hecko

    11/24/2022, 9:57 PM
    but
  • h

    hecko

    11/24/2022, 9:58 PM
    the pipeline synthesis works just fine for legacy models too
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:58 PM
    is this gonna be complicated for me to fix
  • h

    hecko

    11/24/2022, 9:58 PM
    just add this at the top of the code
    !pip install git+https://github.com/justinjohn0306/gdown.git
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:59 PM
    with only the synthesizer right?
  • h

    hecko

    11/24/2022, 9:59 PM
    yeah
  • g

    game time 2 (forgottenPW)

    11/24/2022, 9:59 PM
    oki doki
  • h

    hecko

    11/24/2022, 10:01 PM
    -actually sorry wait you need to remove a line too
1...757677...158Latest