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

    user

    05/05/2021, 1:38 PM
    Sorry if I sound dumb but how do you do this?
  • p

    pi

    05/05/2021, 1:39 PM
    as a parameter when loading the model
  • u

    user

    05/05/2021, 1:39 PM
    so here?
  • p

    pi

    05/05/2021, 1:39 PM
    google for
    pytorch fp16 inference
  • u

    user

    05/05/2021, 1:44 PM
    ModuleNotFoundError: No module named 'tacotron2.layers'
  • p

    pi

    05/05/2021, 1:46 PM
    @User you could also do cpu inference
  • u

    user

    05/05/2021, 1:46 PM
    ooh
  • u

    user

    05/05/2021, 1:46 PM
    nice
  • p

    pi

    05/05/2021, 1:46 PM
    please read the readme 🤦
  • u

    user

    05/05/2021, 1:46 PM
    oh wait
  • u

    user

    05/05/2021, 1:46 PM
    I only have tpu and gpu
  • p

    pi

    05/05/2021, 1:46 PM
    you can set it to none
  • u

    user

    05/05/2021, 1:47 PM
    ah
  • p

    pi

    05/05/2021, 1:47 PM
    and you need to remove the model.cuda() stuff
  • u

    user

    05/05/2021, 1:49 PM
    so I just remove this?
  • p

    pi

    05/05/2021, 1:50 PM
    only the .cuda()
  • u

    user

    05/05/2021, 1:50 PM
    this makes no sense
    Copy code
    export PYTHONPATH="$PYTHONPATH:/path/to/flask-tacotron2-tts-web-app"
  • p

    pi

    05/05/2021, 1:51 PM
    why?
  • u

    user

    05/05/2021, 1:51 PM
    what should i do with that
  • p

    pi

    05/05/2021, 1:51 PM
    please don't
  • p

    pi

    05/05/2021, 1:51 PM
    you'll be pwned in no time
  • u

    user

    05/05/2021, 1:52 PM
    It did not like that
  • p

    pi

    05/05/2021, 1:52 PM
    but it tells you the fix
  • u

    user

    05/05/2021, 1:52 PM
    ohh
  • u

    user

    05/05/2021, 1:52 PM
    yeah
  • u

    user

    05/05/2021, 1:52 PM
    sorry
  • u

    user

    05/05/2021, 1:52 PM
    I read it
  • p

    pi

    05/05/2021, 1:53 PM
    I don't have a colab in front of me right now
  • p

    pi

    05/05/2021, 1:53 PM
    so I can't check
  • p

    pi

    05/05/2021, 1:54 PM
    it's an environment variable
1...454647...1068Latest