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

    user

    03/13/2021, 5:52 PM
    yay new channel
  • z

    zwf

    03/13/2021, 5:53 PM
    🥳
  • z

    zwf

    03/13/2021, 5:53 PM
    This is for discussing anything related to ML, in particular good place to talk about the specifics of training tacotron2
  • u

    user

    03/13/2021, 5:53 PM
    https://cdn.discordapp.com/emojis/611276182326870037.png?size=40
  • u

    user

    03/13/2021, 5:54 PM
    does cuda act like a cpu?
  • z

    zwf

    03/13/2021, 5:56 PM
    CUDA is a software toolkit for writing programs that run on NVIDIA GPUs
  • u

    user

    03/13/2021, 5:56 PM
    ah
  • u

    user

    03/13/2021, 5:56 PM
    amd has ROCM
  • u

    user

    03/13/2021, 5:56 PM
    and this needs Ubuntu OS
  • u

    user

    03/13/2021, 5:56 PM
    wait can we use Emulators
  • u

    user

    03/13/2021, 5:56 PM
    did you ever heard ROCm
  • u

    user

    03/13/2021, 5:56 PM
    ?
  • z

    zwf

    03/13/2021, 5:57 PM
    it's intended to be CUDA for AMD right?
  • u

    user

    03/13/2021, 5:57 PM
    amd has no cuda
  • z

    zwf

    03/13/2021, 5:57 PM
    right
  • z

    zwf

    03/13/2021, 5:59 PM
    I gotta run, but you should to be able to do inference all on CPU
  • u

    user

    03/13/2021, 5:59 PM
    ye
  • z

    zwf

    03/13/2021, 5:59 PM
    When you load the model, you can do
    torch.load("pretrained.pt", map_location="cpu")
  • u

    user

    03/13/2021, 5:59 PM
    how
  • u

    user

    03/13/2021, 6:00 PM
    on anaconda?
  • z

    zwf

    03/13/2021, 6:00 PM
    yeah, from a python prompt
  • z

    zwf

    03/13/2021, 6:00 PM
    or a jupyter notebook
  • u

    user

    03/13/2021, 6:01 PM
    did you ever heard about DLLlogger
  • u

    user

    03/13/2021, 6:01 PM
    ?
  • z

    zwf

    03/13/2021, 6:01 PM
    yeah it's this: https://github.com/NVIDIA/dllogger
  • z

    zwf

    03/13/2021, 6:01 PM
    I've seen it used around some those repos
  • u

    user

    03/13/2021, 6:01 PM
    i got a error i think i need install requirements
  • z

    zwf

    03/13/2021, 6:02 PM
    yep
  • z

    zwf

    03/13/2021, 6:02 PM
    Follow the README closely: https://github.com/zachwe/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2#inference-process
  • z

    zwf

    03/13/2021, 6:02 PM
    it should tell you everything you need to know
12345...1068Latest