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

    (Dawn) Will Draw Fictional Women

    01/18/2023, 12:25 AM
    i never fuck with it
  • t

    TheRoyalRuby2000

    01/18/2023, 12:26 AM
    I set learning rate to 0.0004 for training with 4 wavs that are approx 10 seconds long and it works fine.
  • u

    (".Lukus_bt.")

    01/21/2023, 7:52 PM
    help
  • g

    Gosmokeless28

    01/21/2023, 10:33 PM
    @hecko Can you identify the cause of this error?
  • h

    hecko

    01/21/2023, 10:35 PM
    uhhhhhhhhh
  • h

    hecko

    01/21/2023, 10:35 PM
    depends on the output of step 2
  • e

    Epic toad

    01/22/2023, 3:35 AM
    All you gotta do is
  • t

    TwoTrickOmnic

    01/23/2023, 12:21 AM
    This might be a really stupid question to all of you, but I'd like to inquire what training and validation filelists are?
  • a

    AzureDominus

    01/23/2023, 8:44 PM
    How many audio files should I aim for, when training a voice model of my own voice?
  • u

    (Dawn) Will Draw Fictional Women

    01/23/2023, 9:08 PM
    as much as humanly possible
  • t

    TwoTrickOmnic

    01/24/2023, 5:42 AM
    is 113 going to be sufficient
  • u

    (Dawn) Will Draw Fictional Women

    01/24/2023, 5:43 AM
    measure by length not file count
  • t

    TwoTrickOmnic

    01/24/2023, 5:45 AM
    hm
  • t

    TwoTrickOmnic

    01/24/2023, 5:46 AM
    that's around 3 minutes of dialogue
  • t

    TwoTrickOmnic

    01/24/2023, 5:53 AM
    ImportError Traceback (most recent call last) in 10 11 import torch ---> 12 from distributed import apply_gradient_allreduce 13 import torch.distributed as dist 14 from torch.utils.data.distributed import DistributedSampler ImportError: cannot import name 'apply_gradient_allreduce' from 'distributed' (/usr/local/lib/python3.8/dist-packages/distributed/__init__.py) uhmmm How
  • h

    hecko

    01/24/2023, 12:44 PM
    in machine learning people are Supposed to separate out some of the data into a validation set that's only used for scoring and not training, so that when the validation loss is low you know it's because the network is actually good and not because it memorized the training data really well (which is called overfitting) we don't do that though, because: a) we often have so little data that not training on some of it would be a waste b) people actually prefer the sound of overfit models c) the original notebook creator didn't feel like making a proper validation splitter and everyone else followed d) all of the above
  • t

    TwoTrickOmnic

    01/24/2023, 12:48 PM
    okay thanks but
  • t

    TwoTrickOmnic

    01/24/2023, 12:48 PM
    what about the error i got yesterday
  • t

    TwoTrickOmnic

    01/24/2023, 1:13 PM
    okay it's probably fixed but i have another error
  • t

    TwoTrickOmnic

    01/24/2023, 1:13 PM
    AttributeError Traceback (most recent call last) in 375 376 # ---- DEFAULT PARAMETERS DEFINED HERE ---- --> 377 hparams = create_hparams() 378 model_filename = 'current_model' 379 hparams.training_files = "filelists/clipper_train_filelist.txt" /content/tacotron2/hparams.py in create_hparams(hparams_string, verbose) 6 super(HParamsAlternative, self).__init__(*args, **kwargs) 7 self.__dict__ = self ----> 8 9 def create_hparams(hparams_string=None, verbose=False): 10 """Create model hyperparameters. Parse nondefault from given string."""
  • h

    hecko

    01/24/2023, 3:22 PM
    you didn't paste the actual error
  • h

    hecko

    01/24/2023, 3:22 PM
    but that seems like a very weird step to error on
  • c

    Cris140

    01/24/2023, 3:26 PM
    before anything, make sure you're using the most updated notebook on #841437191073955920
  • a

    AzureDominus

    01/24/2023, 5:06 PM
    How many hours of training does it usually take?
  • a

    AzureDominus

    01/24/2023, 5:06 PM
    On a T4
  • a

    AzureDominus

    01/24/2023, 5:07 PM
    How much do you usually use?
  • u

    (Dawn) Will Draw Fictional Women

    01/24/2023, 5:46 PM
    just that
  • u

    (Dawn) Will Draw Fictional Women

    01/24/2023, 5:46 PM
    as much as humanly possible
  • u

    (Dawn) Will Draw Fictional Women

    01/24/2023, 5:46 PM
    …throttled by me being lazy occasionally
  • c

    Cris140

    01/24/2023, 7:58 PM
    Remember, quality > quantity
1...117118119...158Latest