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

    WeegeeFan1

    11/10/2022, 6:28 PM
    Sorry I'm still learning it
  • w

    WeegeeFan1

    11/10/2022, 6:28 PM
    That's the notebook
  • c

    Couch

    11/10/2022, 6:28 PM
    are you trying to run tacotron2 or talknet or
  • w

    WeegeeFan1

    11/10/2022, 6:28 PM
    Talknet
  • w

    WeegeeFan1

    11/10/2022, 6:28 PM
    talknet 2
  • w

    WeegeeFan1

    11/10/2022, 6:28 PM
    via this notebook
  • w

    WeegeeFan1

    11/10/2022, 6:28 PM
    https://colab.research.google.com/github/justinjohn0306/TalkNET-colab/blob/main/Controllable_TalkNet.ipynb#scrollTo=teF-Ut8Z7Gjp
  • c

    Couch

    11/10/2022, 6:29 PM
    get rid of the %tensorflow_version line
  • w

    WeegeeFan1

    11/10/2022, 6:29 PM
    Oh that's it?
  • c

    Couch

    11/10/2022, 6:29 PM
    yea
  • w

    WeegeeFan1

    11/10/2022, 6:29 PM
    Now there's another error
  • w

    WeegeeFan1

    11/10/2022, 6:29 PM
    Wait
  • w

    WeegeeFan1

    11/10/2022, 6:29 PM
    'apt-get' is not recognized as an internal or external command, operable program or batch file. ERROR: Could not find a version that satisfies the requirement tensorflow==2.4.1 (from versions: 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2) ERROR: No matching distribution found for tensorflow==2.4.1 Collecting git+https://github.com/SortAnon/NeMo.git Cloning https://github.com/SortAnon/NeMo.git to c:\users\grant\appdata\local\temp\pip-req-build-o61rahp9 ERROR: Error [WinError 2] The system cannot find the file specified while executing command git version ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH? 'git' is not recognized as an internal or external command, operable program or batch file. 'git' is not recognized as an internal or external command, operable program or batch file. --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) Cell In [62], line 14 12 get_ipython().system('git clone -q --recursive https://github.com/SortAnon/hifi-gan') 13 get_ipython().system('git clone -q https://github.com/SortAnon/ControllableTalkNet') ---> 14 os.chdir("/content/ControllableTalkNet") 15 get_ipython().system('git archive --output=./files.tar --format=tar HEAD') 16 os.chdir("/content") FileNotFoundError: [WinError 3] The system cannot find the path specified: '/content/ControllableTalkNet'
  • w

    WeegeeFan1

    11/10/2022, 6:29 PM
    oops
  • w

    WeegeeFan1

    11/10/2022, 6:30 PM
    Well you got the info
  • c

    Couch

    11/10/2022, 6:30 PM
    try removing the
    ==2.4.1
    -- it'll download the latest version by default
  • w

    WeegeeFan1

    11/10/2022, 6:30 PM
    WHere
  • w

    WeegeeFan1

    11/10/2022, 6:30 PM
    Ok wait
  • w

    WeegeeFan1

    11/10/2022, 6:30 PM
    Tried
  • w

    WeegeeFan1

    11/10/2022, 6:31 PM
    Same error
  • w

    WeegeeFan1

    11/10/2022, 6:31 PM
    Wait ill show
  • c

    Couch

    11/10/2022, 6:32 PM
    oh yeah the stack trace you posted says you also need to have git installed on your computer you can get it here -->
  • w

    WeegeeFan1

    11/10/2022, 6:32 PM
    Ok
  • c

    Couch

    11/10/2022, 6:32 PM
    its hard to get notebooks working on windows because usually theyre written with linux in mind . . . might need to change a lot of things
  • w

    WeegeeFan1

    11/10/2022, 6:33 PM
    Yeah I actaully thought it was mac
  • w

    WeegeeFan1

    11/10/2022, 6:33 PM
    You run windows?
  • c

    Couch

    11/10/2022, 6:33 PM
    yea
  • w

    WeegeeFan1

    11/10/2022, 6:33 PM
    Also with GIT I've used all default installation stuff
  • w

    WeegeeFan1

    11/10/2022, 6:33 PM
    I'll try again
  • w

    WeegeeFan1

    11/10/2022, 6:34 PM
    Same
1...100410051006...1068Latest