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

    Edward

    03/12/2023, 11:43 PM
    can't i modify it just for me so i can train this night ?
  • h

    hecko

    03/12/2023, 11:44 PM
    it's late here too
  • e

    Edward

    03/12/2023, 11:44 PM
    yea i think i'll stick to the legacy tacotron2 for now
  • e

    Edward

    03/12/2023, 11:45 PM
    i just have to add the symbols, fix the cleaners and ignore the layers of the pretrained model
  • e

    Edward

    03/12/2023, 11:46 PM
    thanks for the quick replies
  • s

    Slither

    03/13/2023, 9:04 PM
    Mounted at /content/drive Copy the model path from the Files menu on the left and paste it here: https://drive.google.com/file/d/1fXzsXvqdUtnm31tRBIjdc1vqhMbudQDE/view?usp=sharing --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) in 28 most_recent_checkpoint_epoch = -1 ---> 29 for i in os.scandir(storage_path): 30 match = re.match(checkpoint_regex, i.name) FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/tacotron' During handling of the above exception, another exception occurred: FileNotFoundError Traceback (most recent call last) in 40 drive.mount("/content/drive") 41 if not os.path.exists(most_recent_checkpoint_path): ---> 42 raise FileNotFoundError 43 44 from collections import OrderedDict FileNotFoundError: i got this πŸ‘†
  • s

    Slither

    03/13/2023, 9:08 PM
    I added a link to an archive with audio material that I uploaded to google disc and started learning, but in the end I got this error
  • s

    Slither

    03/13/2023, 9:19 PM
    Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount("/content/drive", force_remount=True). Copy the model path from the Files menu on the left and paste it here: /content/drive/MyDrive/Deathwing.RAR --------------------------------------------------------------------------- UnpicklingError Traceback (most recent call last) in 45 import torch 46 ---> 47 model = torch.load(most_recent_checkpoint_path, "cpu") 48 model_finalized = OrderedDict() 49 model_finalized["state_dict"] = model["model"] 1 frames /usr/local/lib/python3.9/dist-packages/torch/serialization.py in _legacy_load(f, map_location, pickle_module, **pickle_load_args) 1000 "functionality.") 1001 -> 1002 magic_number = pickle_module.load(f, **pickle_load_args) 1003 if magic_number != MAGIC_NUMBER: 1004 raise RuntimeError("Invalid magic number; corrupt file?") UnpicklingError: unpickling stack underflow
  • s

    Slither

    03/13/2023, 9:19 PM
    --------------------------------------------------------------------------------------------------------------------------------------------------------------- Now I got this error. Last time when I showed an error - I didn't correctly set the link to my archive, and only now, as the last noob, I understood how to make the correct link to the archive. But even in this case I got some error 😹
  • m

    Mann Maker Studio

    03/14/2023, 10:39 AM
    hello, when i train in pipeline tacotron2, this message appears, what could it be ?
  • g

    Gosmokeless28

    03/14/2023, 12:00 PM
    It's not like that's an error.
  • m

    Mann Maker Studio

    03/14/2023, 12:01 PM
    ok
  • t

    TheWu-Cepticon

    03/14/2023, 5:07 PM
    The regular tacotron2 needed like 500 wave files to train in order to sound decent. Does uberduck require as much?
  • h

    hecko

    03/14/2023, 5:14 PM
    if you're clever you can go down to morshu levels of audio
  • h

    hecko

    03/14/2023, 5:15 PM
    mostly because the pipeline notebook has better base models (the default is trained on a thousand voices so it's very generalized)
  • t

    TheWu-Cepticon

    03/14/2023, 8:04 PM
    Really? That's very interesting.
  • s

    Slither

    03/15/2023, 7:11 PM
    ERROR: Unsupported Method : Neltharion/1.wav ERROR: Unsupported Method : Neltharion/10.wav ERROR: Unsupported Method : Neltharion/11.wav ERROR: Unsupported Method : Neltharion/12.wav ERROR: Unsupported Method : Neltharion/13.wav ERROR: Unsupported Method : Neltharion/14.wav ERROR: Unsupported Method : Neltharion/15.wav ERROR: Unsupported Method : Neltharion/16.wav ERROR: Unsupported Method : Neltharion/17.wav ERROR: Unsupported Method : Neltharion/18.wav ERROR: Unsupported Method : Neltharion/19.wav ERROR: Unsupported Method : Neltharion/2.wav ERROR: Unsupported Method : Neltharion/20.wav ERROR: Unsupported Method : Neltharion/21.wav ERROR: Unsupported Method : Neltharion/22.wav ERROR: Unsupported Method : Neltharion/23.wav ERROR: Unsupported Method : Neltharion/24.wav ERROR: Unsupported Method : Neltharion/25.wav ERROR: Unsupported Method : Neltharion/3.wav ERROR: Unsupported Method : Neltharion/4.wav ERROR: Unsupported Method : Neltharion/5.wav ERROR: Unsupported Method : Neltharion/6.wav ERROR: Unsupported Method : Neltharion/7.wav ERROR: Unsupported Method : Neltharion/8.wav ERROR: Unsupported Method : Neltharion/9.wav ERROR: Unsupported Method : Neltharion/list.txt --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in 152 continue 153 speaker_list.append(f"{num} - {i.name}") --> 154 if lines[0].startswith("\ufeff"): # lamp oil, rope, boms? 155 lines[0] = lines[0][1:] 156 if lines[0].startswith("wavs/") and not os.path.exists(os.path.join(target_path, i.path, "wavs")): # not the most thorough check but IndexError: list index out of range
  • s

    Slither

    03/15/2023, 7:11 PM
    πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† πŸ‘† I started to activate the second stage in your Colab - hecko βœ— [epic hax'd by ubershit], but I don't understand why it's not working for me. Perhaps I should not put my audio files with the list.txt file into a folder and then that folder into an archive, but instead just put the files into an archive? Or does it not matter in terms of errors?
  • s

    Slither

    03/15/2023, 7:17 PM
    in a list file, I rewrote what I heard in each of my audio files. But when I watched the video tutorial

    https://www.youtube.com/watch?v=b1fzyM0VhhI&t=110sβ–Ύ

    , and saw in the subtitles how it was said that I should "answer what I hear" in each of my audio files, then this got me into a stupor. Do I really have to "answer" as if to a question? But if in 1 of my files I hear "I am the destroyer of worlds!" then what answer should I rewrite? It's strange. Therefore, I did not answer as if to a question, but simply listened to the words of each of my files, and simply rewrote them, thinking where to put a comma, and where an exclamation point, etc. Did I do it right?
  • l

    Lexi (delulu posts on the daily)

    03/15/2023, 8:04 PM
    @hecko hi pewk someone wants u
  • h

    hecko

    03/15/2023, 8:10 PM
    uhhhhhhhhhhhhhhh that is
  • h

    hecko

    03/15/2023, 8:11 PM
    extremely weird
  • s

    Slither

    03/15/2023, 8:11 PM
    😰
  • h

    hecko

    03/15/2023, 8:11 PM
    what type of archive is it
  • h

    hecko

    03/15/2023, 8:12 PM
    and what did you put in the
    datasets
    field
  • s

    Slither

    03/15/2023, 8:13 PM
    https://drive.google.com/file/d/1ZZkzKoNYqTsNnTU-m_wo92Z5IQUGveS0/view?usp=sharing i can give it to you to see
  • s

    Slither

    03/15/2023, 8:13 PM
    i put "/content/drive/MyDrive/Deathwing.RAR"
  • h

    hecko

    03/15/2023, 8:13 PM
    ohhhhhhhhhh i see the problem
  • h

    hecko

    03/15/2023, 8:14 PM
    because rar support needs to be installed separately
  • h

    hecko

    03/15/2023, 8:14 PM
    and i have a thing for that but it only does it if it detects a
    .rar
1...129130131...158Latest