https://uberduck.ai/ logo
Join Discord
Powered by
# machine-learning
  • u

    user

    03/13/2021, 6:02 PM
    python inference.py --tacotron2 --waveglow --wn-channels 256 --cpu -o output/ -i phrases/phrase.txt
  • u

    user

    03/13/2021, 6:03 PM
    i found this
  • z

    zwf

    03/13/2021, 6:03 PM
    yeah!
  • z

    zwf

    03/13/2021, 6:03 PM
    for installing rquirements,
    pip install -r requirements.txt
  • z

    zwf

    03/13/2021, 6:03 PM
    From that repo
  • u

    user

    03/13/2021, 6:04 PM
    i did
  • u

    user

    03/13/2021, 6:04 PM
    now
  • u

    user

    03/13/2021, 6:04 PM
    no errors
  • u

    user

    03/13/2021, 6:06 PM
    'usage: inference.py [-h] -i INPUT -o OUTPUT [--suffix SUFFIX] [--tacotron2 TACOTRON2] [--waveglow WAVEGLOW] [-s SIGMA_INFER] [-d DENOISING_STRENGTH] [-sr SAMPLING_RATE] [--fp16 | --cpu] [--log-file LOG_FILE] [--include-warmup] [--stft-hop-length STFT_HOP_LENGTH] inference.py: error: the following arguments are required: -i/--input, -o/--output'
  • u

    user

    03/13/2021, 6:08 PM
    i got this error
  • u

    user

    03/13/2021, 6:19 PM
    thats bad
  • u

    user

    03/13/2021, 9:44 PM
    @zwf did you got this error before?
  • z

    zwf

    03/15/2021, 4:23 PM
    it's just asking you to pass some additional arguments to the script
  • z

    zwf

    03/15/2021, 4:24 PM
    check out how it's invoked in the example:
  • z

    zwf

    03/15/2021, 4:24 PM
    python inference.py --tacotron2 <Tacotron2_checkpoint> --waveglow <WaveGlow_checkpoint> --wn-channels 256 --cpu -o output/ -i phrases/phrase.txt
  • u

    user

    03/15/2021, 4:24 PM
    Wait a second
  • u

    user

    03/15/2021, 4:24 PM
    Where can I put the tacotron2 and waveglow models??
  • u

    user

    03/15/2021, 4:24 PM
    I didn't put
  • u

    user

    03/15/2021, 4:30 PM
    should i download these 2 models waveglow and tacotron2
  • u

    user

    03/15/2021, 4:30 PM
    ?
  • u

    user

    03/15/2021, 4:36 PM
    @User do i need download checkpoints?
  • z

    zwf

    03/15/2021, 4:38 PM
    yes
  • u

    user

    03/15/2021, 4:38 PM
    where?
  • z

    zwf

    03/15/2021, 4:38 PM
    the links are number 7 here: https://github.com/zachwe/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2#quick-start-guide
  • z

    zwf

    03/15/2021, 4:39 PM
    the tacotron model was trained on LJSpeech, so it will sound like her
  • u

    user

    03/15/2021, 4:39 PM
    there is soo many models
  • z

    zwf

    03/15/2021, 4:41 PM
    haha yea. for this you'll want tacotron and waveglow ... there are some compatibility issues with different tacotron2 checkpoints so you might wanna download the ones linked from the repo
  • z

    zwf

    03/15/2021, 4:41 PM
    but you may need to experiment a bit.
  • u

    user

    03/15/2021, 4:41 PM
    this file tacotron2_statedict.pt
  • u

    user

    03/15/2021, 4:41 PM
    ?
12345...1068Latest