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

    user

    05/05/2021, 2:25 PM
    Traceback (most recent call last): File "app.py", line 8, in from text2speech import T2S File "C:\Users\SS\Desktop\tts-web-demo\text2speech.py", line 8, in from scipy.io.wavfile import write File "C:\Users\SS\Anaconda3\envs\TacotronWebsite\lib\site-packages\scipy\__init__.py", line 104, in from . import _distributor_init File "C:\Users\SS\Anaconda3\envs\TacotronWebsite\lib\site-packages\scipy\_distributor_init.py", line 61, in WinDLL(os.path.abspath(filename)) File "C:\Users\SS\Anaconda3\envs\TacotronWebsite\lib\ctypes\__init__.py", line 364, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] The specified module was not found
  • u

    user

    05/05/2021, 2:38 PM
    freaking nuts?
  • p

    pi

    05/05/2021, 2:46 PM
    reading is hard?
  • u

    user

    05/05/2021, 2:46 PM
    no i use alternative of that repo
  • p

    pi

    05/05/2021, 2:47 PM
    because you don't want to read?
  • u

    user

    05/05/2021, 2:47 PM
    i do read carefully
  • p

    pi

    05/05/2021, 2:48 PM
    so you lack reading comprehension?
  • u

    user

    05/05/2021, 3:04 PM
    dict_phone2vn.txt
  • u

    user

    05/05/2021, 3:04 PM
    what is this?
  • u

    user

    05/05/2021, 3:09 PM
    fucking kidding me right now google
  • p

    pi

    05/05/2021, 3:10 PM
    if you want help you gotta link you code
  • u

    user

    05/05/2021, 3:10 PM
    https://github.com/cuongnguyengit/tts-web-demo
  • p

    pi

    05/05/2021, 3:11 PM
    https://github.com/cuongnguyengit/tts-web-demo/blob/main/dict_phone2vn.txt
  • p

    pi

    05/05/2021, 3:11 PM
    this is the file
  • u

    user

    05/05/2021, 3:11 PM
    the repo
  • u

    user

    05/05/2021, 3:11 PM
    yes
  • u

    user

    05/05/2021, 3:11 PM
    wait
  • u

    user

    05/05/2021, 3:14 PM
    FileNotFoundError: [Errno 2] No such file or directory: '/content/tts-web-demo/dict_phone2vn.txt'
  • p

    pi

    05/05/2021, 3:15 PM
    the file is in the repo
  • u

    user

    05/05/2021, 3:15 PM
    ik but i get this error
  • p

    pi

    05/05/2021, 3:15 PM
    just copy it over
  • u

    user

    05/05/2021, 3:15 PM
    the file is already on my repo
  • u

    user

    05/05/2021, 3:16 PM
    did you put it in the right place on the repo
  • u

    user

    05/05/2021, 3:16 PM
    yes
  • u

    user

    05/05/2021, 3:17 PM
    the dict_phone2vn.txt is on my repo
  • u

    user

    05/05/2021, 3:18 PM
    double check that it's in /content/tts-web-demo/
  • p

    pi

    05/05/2021, 3:20 PM
    btw are you sure you want to start a flask server in colab?
  • u

    user

    05/05/2021, 3:24 PM
    Traceback (most recent call last): File "app.py", line 8, in from text2speech import T2S File "C:\Users\SS\Desktop\content\tts-web-demo\text2speech.py", line 14, in from G2p import G2p File "C:\Users\SS\Desktop\content\tts-web-demo\G2p.py", line 2, in from g2p_function import word2p File "C:\Users\SS\Desktop\content\tts-web-demo\g2p_function.py", line 5, in with open(os.path.join(hp.checkpoint_path, 'dict_phone2vn.txt'), 'r', encoding='utf-8') as rf: FileNotFoundError: [Errno 2] No such file or directory: '/content/tts-web-demo/dict_phone2vn.txt'
  • p

    pi

    05/05/2021, 3:25 PM
    what is hp.checkpoint_path (what is it's value)
  • u

    user

    05/05/2021, 3:25 PM
    ...its clearly not in the content folder.
1...464748...1068Latest