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

    pi

    05/06/2021, 12:39 PM
    read it
  • u

    user

    05/06/2021, 12:39 PM
    i did
  • u

    user

    05/06/2021, 12:39 PM
    https://github.com/sajattack/flask-tacotron2-tts-web-app
  • u

    user

    05/06/2021, 12:46 PM
    this is fork
  • u

    user

    05/06/2021, 12:51 PM
    TypeError: unsupported operand type(s) for *: 'float' and 'NoneType'
  • p

    pi

    05/06/2021, 12:53 PM
    I wrote you why the error occurred lol
  • u

    user

    05/06/2021, 12:55 PM
    no i found a fork of code
  • u

    user

    05/06/2021, 12:56 PM
    i didnt made that
  • p

    pi

    05/06/2021, 1:00 PM
    so you take someone's random code from github and complain that it doesn't work
  • u

    user

    05/06/2021, 1:00 PM
    No they something modified the code
  • u

    user

    05/06/2021, 1:00 PM
    That allows cpu
  • s

    SidPlays_144p

    05/06/2021, 1:01 PM
  • u

    user

    05/06/2021, 1:06 PM
    well
  • u

    user

    05/06/2021, 1:06 PM
    i cant start my site for this year
  • k

    Kosmikist

    05/06/2021, 1:12 PM
    If I wanna fix the stuttering issue for the dio model should i try training a new one or is it something with the dataset I gotta change?
  • p

    pi

    05/06/2021, 1:54 PM
    it depends
  • p

    pi

    05/06/2021, 1:54 PM
    do you have the dataset that was used for this model?
  • p

    pi

    05/06/2021, 1:54 PM
    i'd look at the dataset and try to find clips that might be problematic
  • p

    pi

    05/06/2021, 1:55 PM
    and collect more clips for the dataset
  • k

    Kosmikist

    05/06/2021, 1:59 PM
    Yeah I have the dataset one moment
  • k

    Kosmikist

    05/06/2021, 2:03 PM
    Probably the biggest one I have as of now, with over 200 wav files. It was also the first model I've made so that could also be taken into account. https://drive.google.com/file/d/1SetwQ7dd50aZmZu3cKweYXZXZyBeD1XF/view?usp=sharing
  • p

    pi

    05/06/2021, 2:05 PM
    what stuttering issue exactly btw?
  • p

    pi

    05/06/2021, 2:06 PM
    when you mean the stuttering at the end:
  • p

    pi

    05/06/2021, 2:07 PM
    I assume this problem is caused by the spaces many lines in you transcript file have
  • p

    pi

    05/06/2021, 2:07 PM
    remove them all
  • p

    pi

    05/06/2021, 2:07 PM
    and then retrain the model
  • p

    pi

    05/06/2021, 2:08 PM
    the spaces and the end of the lines I mean
  • k

    Kosmikist

    05/06/2021, 2:10 PM
    Alright that makes sense, I'll check and remove any of those spaces at the end and hopefully that should fix it. Thanks for the help!
  • u

    user

    05/06/2021, 2:11 PM
    Traceback (most recent call last): File "app.py", line 12, in t2s = T2S(language) File "C:\Users\SS\Desktop\flask-tacotron2-tts-web-app\text2speech.py", line 28, in __init__ self.hparams.max_decoder_steps = int(86.0 * self.max_duration_s) TypeError: unsupported operand type(s) for *: 'float' and 'NoneType' How Do I Fix This??
  • p

    pi

    05/06/2021, 2:11 PM
    I told you
1...505152...1068Latest