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

    Dyno

    03/03/2023, 3:49 AM
    If you have trouble using any notebooks, make sure you use the correct notebooks, which are linked in the #notebooks channel, as those notebooks are the most up-to-date ones.
  • g

    Gosmokeless28

    03/03/2023, 3:59 AM
    Why are you trying to use an outdated version of the notebook?
  • j

    Jellirby

    03/03/2023, 4:02 AM
    I found it in a video regarding the subject. I really should've checked here first
  • g

    Gosmokeless28

    03/03/2023, 4:02 AM
    I concur
  • j

    Jellirby

    03/03/2023, 4:02 AM
    Now that I've tried the more updated one, it's saying that list.txt isn't a directory even though it is
  • j

    Jellirby

    03/03/2023, 4:03 AM
    and, no. it's not a capital I in the file name
  • g

    Gosmokeless28

    03/03/2023, 4:05 AM
    That's odd. I could've sworn I'd changed the required .txt file to be
    transcript.txt
    instead of
    list.txt
    .
  • j

    Jellirby

    03/03/2023, 4:05 AM
    hmm... I'll rename it to transcript.txt
  • g

    Gosmokeless28

    03/03/2023, 4:05 AM
    That's the solution
  • j

    Jellirby

    03/03/2023, 4:06 AM
    same problem
  • g

    Gosmokeless28

    03/03/2023, 4:07 AM
    Oh. Hmm.
  • g

    Gosmokeless28

    03/03/2023, 4:08 AM
    Can you send the .txt file here?
  • j

    Jellirby

    03/03/2023, 4:08 AM
    Ok. I'll do that tomorrow. It's getting late in my timezone
  • g

    gabrielck11

    03/03/2023, 5:30 AM
    I mean on Microsoft Office
  • g

    gabrielck11

    03/03/2023, 6:01 AM
    Even on the notebook I usually use to train, it gives me this error on import libraries and define functions: /content/tacotron2/text/__init__.py:74: SyntaxWarning: "is not" with a literal. Did you mean "!="? return s in _symbol_to_id and s is not '_' and s is not '~' /content/tacotron2/text/__init__.py:74: SyntaxWarning: "is not" with a literal. Did you mean "!="? return s in _symbol_to_id and s is not '_' and s is not '~' --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 396 397 # ---- DEFAULT PARAMETERS DEFINED HERE ---- --> 398 hparams = create_hparams() 399 model_filename = 'current_model' 400 hparams.training_files = "filelists/clipper_train_filelist.txt" /content/tacotron2/hparams.py in create_hparams(hparams_string, verbose) 6 """Create model hyperparameters. Parse nondefault from given string.""" 7 ----> 8 hparams = tf.contrib.training.HParams( 9 ################################ 10 # Experiment Parameters # AttributeError: module 'tensorflow' has no attribute 'contrib'
  • g

    Gosmokeless28

    03/03/2023, 10:54 AM
    Can you send me the link to that notebook?
  • g

    gabrielck11

    03/03/2023, 11:08 AM
    Sure, here you go: https://colab.research.google.com/drive/1uObIlubY9MDHpBuzot_jjWEVZSs2sgI9
  • m

    Mann Maker Studio

    03/03/2023, 11:15 AM
    when i run the synthesis notebook, i got these problem
  • j

    Jellirby

    03/03/2023, 12:35 PM
    I can probably guess that I didn't set up the transcript properly
  • j

    Jellirby

    03/03/2023, 12:39 PM
    It's organized like this
    Copy code
    wavs/1|Sentence 1.
    wavs/2|Sentence 2.
    wavs/3|Sentence 3.
    Is this method outdated?
  • g

    gabrielck11

    03/03/2023, 1:32 PM
    hold on, is the sentences just "Sentence (number)"? because I dont think it works like that
  • j

    Jellirby

    03/03/2023, 1:46 PM
    That's placeholder data. Put the words said on the audio file in its place
  • j

    Jellirby

    03/03/2023, 1:46 PM
    I think
  • c

    CDS

    03/03/2023, 2:05 PM
    working on training a new model, but i continue to get the cuda memory error. the gpu in the colab is a t4. tried 16 originally, cuda error. moved back to 8, still cuda error. what do i do?
  • j

    Jellirby

    03/03/2023, 2:46 PM
    What gpu do you use?
  • c

    CDS

    03/03/2023, 2:59 PM
    the one i was given in the colab was a tesla t4, my actual computer is an intel uhd
  • j

    Jellirby

    03/03/2023, 3:39 PM
    Oh that's it. Integrated graphics suck
  • m

    matty1406

    03/03/2023, 3:44 PM
    colab doesn't use ANY of your components
  • m

    matty1406

    03/03/2023, 3:44 PM
    it's all google's stuff
  • c

    CDS

    03/03/2023, 3:51 PM
    exactly, ive been able to do this before with no problems even related to the memory
1...126127128...158Latest