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

    Couch

    11/10/2022, 6:34 PM
    restart the runtime
  • w

    WeegeeFan1

    11/10/2022, 6:34 PM
    How exacly do I install it?
  • w

    WeegeeFan1

    11/10/2022, 6:34 PM
    Ok i will
  • c

    Couch

    11/10/2022, 6:35 PM
    usually git adds itself to path after being installed
  • w

    WeegeeFan1

    11/10/2022, 6:35 PM
    I just used the git installer. That is correct, yes?
  • w

    WeegeeFan1

    11/10/2022, 6:35 PM
    I can add it to path if not
  • w

    WeegeeFan1

    11/10/2022, 6:35 PM
    I'll restart now
  • w

    WeegeeFan1

    11/10/2022, 6:35 PM
    Do I need to go back and redo all of the jupyter stuff to restart runtime locally?
  • w

    WeegeeFan1

    11/10/2022, 6:36 PM
    It seems I do need too
  • c

    Couch

    11/10/2022, 6:36 PM
    if the git thing still happens you might need to do that
  • w

    WeegeeFan1

    11/10/2022, 6:37 PM
    I can't seem to restart the runtime without actaully restarting jupiter
  • w

    WeegeeFan1

    11/10/2022, 6:37 PM
    Unless that's normal
  • w

    WeegeeFan1

    11/10/2022, 6:38 PM
    agh now i'm fighting to connect a local runtime again
  • w

    WeegeeFan1

    11/10/2022, 6:38 PM
    I've installed everything I need with jupyter
  • w

    WeegeeFan1

    11/10/2022, 6:38 PM
    In a command prompt I simply type "jupyter notebook \ --NotebookApp.allow_origin='https://colab.research.google.com' \ --port=8888 \ --NotebookApp.port_retries=0"
  • w

    WeegeeFan1

    11/10/2022, 6:38 PM
    Correct?
  • c

    Couch

    11/10/2022, 6:38 PM
    yhea
  • c

    Couch

    11/10/2022, 6:39 PM
    on windows you replace the backslashes \ with carets ^
  • w

    WeegeeFan1

    11/10/2022, 6:39 PM
    Done
  • w

    WeegeeFan1

    11/10/2022, 6:39 PM
    Yeah I just deleted the slashes it worked
  • w

    WeegeeFan1

    11/10/2022, 6:40 PM
    restarted runtime now running step 2 again
  • c

    Couch

    11/10/2022, 6:41 PM
    i should probably mention this the apt-get line installs sox and ffmpeg you can get ffmpeg here: sox here:
  • w

    WeegeeFan1

    11/10/2022, 6:41 PM
    So it's endlesly running
  • c

    Couch

    11/10/2022, 6:41 PM
    forgot to remove the
    ==
    in
    tensorflow==
  • w

    WeegeeFan1

    11/10/2022, 6:41 PM
    Ah ok
  • w

    WeegeeFan1

    11/10/2022, 6:42 PM
    again
  • w

    WeegeeFan1

    11/10/2022, 6:42 PM
    FileNotFoundError Traceback (most recent call last) Cell In [3], 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'
  • c

    Couch

    11/10/2022, 6:43 PM
    replace any occurence of
    /content
    with the parent directory of
    controllabletalknet
  • w

    WeegeeFan1

    11/10/2022, 6:43 PM
    So what exacly do I do
  • w

    WeegeeFan1

    11/10/2022, 6:43 PM
    Just delete /content?
1...100510061007...1068Latest