https://uberduck.ai/ logo
Join Discord
Powered by
# tacotron-2-support
  • f

    Faker Scratcher

    11/14/2022, 11:28 AM
    i trained a michael afton model
  • r

    Reclezon

    11/15/2022, 7:28 PM
    Got this error trying to train. Anyone know or is it something in the nb I screwed up?
    Copy code
    Python
    Exception raised while training: integer division or modulo by zero
    Traceback (most recent call last):
      File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
        "__main__", mod_spec)
      File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
        exec(code, run_globals)
      File "/usr/local/lib/python3.7/dist-packages/uberduck_ml_dev/exec/train_tacotron2.py", line 49, in <module>
        run(None, None, hparams)
      File "/usr/local/lib/python3.7/dist-packages/uberduck_ml_dev/exec/train_tacotron2.py", line 30, in run
        raise e
      File "/usr/local/lib/python3.7/dist-packages/uberduck_ml_dev/exec/train_tacotron2.py", line 26, in run
        trainer.train()
      File "/usr/local/lib/python3.7/dist-packages/uberduck_ml_dev/trainer/tacotron2.py", line 554, in train
        if epoch % self.epochs_per_checkpoint == 0:
    ZeroDivisionError: integer division or modulo by zero
  • r

    Reclezon

    11/15/2022, 7:29 PM
    oh wait
  • r

    Reclezon

    11/15/2022, 7:29 PM
    -_-
  • m

    mepc36

    11/17/2022, 4:01 PM
    Is there any package/notebook that could automatically separate high quality training audio from low quality training audio? By "quality", I'm referring to how much buzz, noise, artifacts, and other desirable audio content there is in the audio file. Thanks!
  • a

    AhmadGT

    11/18/2022, 8:06 PM
    why when i train my model more it becomes worse?
  • g

    Gosmokeless28

    11/18/2022, 8:39 PM
    You're probably overfitting it in that case.
  • h

    hecko

    11/18/2022, 11:11 PM
    that is to say, training it for so long that it starts to hyperfocus on exactly the lines you gave it as training data, at the cost of everything else
  • j

    jonny5alive

    11/19/2022, 1:16 AM
    like a man stuck in a box for 2 weeks starts seeing horses on the coat hook on the wall
  • a

    AlexTheAce

    11/19/2022, 5:41 AM
    Can someone explain this error to me?
  • a

    AlexTheAce

    11/19/2022, 5:41 AM
    FP16 Run: False Dynamic Loss Scaling: True Distributed Run: False cuDNN Enabled: True cuDNN Benchmark: False --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) in 7 print('cuDNN Benchmark:', hparams.cudnn_benchmark) 8 train(output_directory, log_directory, checkpoint_path, ----> 9 warm_start, n_gpus, rank, group_name, hparams, log_directory2) 3 frames /content/tacotron2/utils.py in load_filepaths_and_text(filename, split) 17 18 def load_filepaths_and_text(filename, split="|"): ---> 19 with open(filename, encoding='utf-8') as f: 20 filepaths_and_text = [line.strip().split(split) for line in f] 21 return filepaths_and_text FileNotFoundError: [Errno 2] No such file or directory: 'filelists/clipper_train_filelist.txt'
  • a

    AlexTheAce

    11/19/2022, 5:42 AM
    this error wont let me train the voice
  • m

    Mahmoud Salhab

    11/19/2022, 6:40 PM
    make sure the file that includes the path text pairs are exists this file is missing filelists/clipper_train_filelist.txt
  • a

    AlexTheAce

    11/19/2022, 6:41 PM
    How do I get it? I'm not really good at this whole computer stuff so can you simplify it for me?
  • m

    Mahmoud Salhab

    11/19/2022, 6:42 PM
    could u share the repo link, or the code you're using to help u?
  • a

    AlexTheAce

    11/19/2022, 6:43 PM
    I can't because I'm at work right now. Second. What code would you want me to send? The one with the training cell or the wav conversion cell?
  • m

    Mahmoud Salhab

    11/19/2022, 6:44 PM
    are you using nvidia's repo? this one https://github.com/NVIDIA/tacotron2
  • m

    Mahmoud Salhab

    11/19/2022, 6:44 PM
    ?
  • a

    AlexTheAce

    11/19/2022, 6:48 PM
    What is that? How do I check?
  • a

    AlexTheAce

    11/19/2022, 6:48 PM
    When I get a moment when I get home I will
  • a

    AlexTheAce

    11/20/2022, 12:18 AM
    @Mahmoud Salhab I'm back, what do I do?
  • a

    AlexTheAce

    11/20/2022, 12:41 AM
    can anyone help?
  • p

    postmates!!

    11/20/2022, 12:46 AM
    i started training and it finished within 11 seconds
  • p

    postmates!!

    11/20/2022, 12:46 AM
    i dont know what i did wrong
  • p

    postmates!!

    11/20/2022, 12:48 AM
    training on pipeline btw
  • a

    AlexTheAce

    11/20/2022, 2:02 AM
    AttributeError: module 'tensorflow' has no attribute 'contrib' what do I do to fix this?
  • a

    AlexTheAce

    11/20/2022, 5:40 PM
    @hecko I'm currently at work right now and I don't get done til 7. If you're still on and not asleep ill try and get a hold of you again about my problem
  • h

    hecko

    11/20/2022, 5:42 PM
    what time is it for you right now
  • a

    AlexTheAce

    11/20/2022, 6:16 PM
    1:16pm
  • h

    hecko

    11/20/2022, 6:20 PM
    ah i'll be awake but not at my pc by then
1...707172...158Latest