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

    CmanflipYT

    03/22/2023, 10:56 PM
    I'll try this again later. I've ordered pizza for dinner and should come soon.
  • t

    TheRoyalRuby2000

    03/22/2023, 10:56 PM
    This meme should've died months ago.
  • g

    Gosmokeless28

    03/22/2023, 10:56 PM
    Pizza pizza
  • c

    CmanflipYT

    03/23/2023, 12:56 AM
    Oh, I never knew I can do that.
  • c

    CmanflipYT

    03/23/2023, 12:57 AM
    Alright, I'm back from dinner. I did it just right this time, and I got the list index error...
  • c

    CmanflipYT

    03/23/2023, 12:59 AM
    @hecko You know how to fix this?
  • c

    CmanflipYT

    03/23/2023, 1:04 AM
    --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in 126 dirs = [x for x in os.scandir(target_path)] 127 if len(dirs) == 1: --> 128 with open(sorted(glob.glob(os.path.join(dirs[0].path, "*.txt")))[0]) as f: 129 already_multispeaker = (len(f.readline().split("|")) == 3) 130 IndexError: list index out of range
  • r

    Reclezon

    03/23/2023, 1:09 AM
    Error in the transcript
  • c

    CmanflipYT

    03/23/2023, 1:10 AM
    I don't get it.
  • c

    CmanflipYT

    03/23/2023, 1:10 AM
    Here, take a look and see what's wrong.
    list
  • c

    CmanflipYT

    03/23/2023, 1:12 AM
    Idk what's causing this to happen.
  • r

    Reclezon

    03/23/2023, 1:13 AM
    If there's a blank line or invisible characters I'm not seeing it.
  • c

    CmanflipYT

    03/23/2023, 1:14 AM
    Nope, nothing invisible.
  • c

    CmanflipYT

    03/23/2023, 1:17 AM
    Not even a single indent after the last wav line, nor first
  • k

    k24789304

    03/23/2023, 5:43 AM
    dont enable auto linkbreak on you editor, could be that one of the lines got cut in half with nee line
  • c

    CmanflipYT

    03/23/2023, 1:31 PM
    Linkbreak?
  • k

    Kelly

    03/23/2023, 4:11 PM
    Hey @CmanflipYT what’s up?
  • c

    CmanflipYT

    03/23/2023, 4:38 PM
    Ok off topic, but hi.
  • k

    Kelly

    03/23/2023, 4:39 PM
    How’s it going?
  • c

    CmanflipYT

    03/23/2023, 4:39 PM
    good
  • k

    Kelly

    03/23/2023, 4:40 PM
    I’m Kelly and it’s nice to meet you.
  • c

    CmanflipYT

    03/23/2023, 4:41 PM
    Now does anyone have a better thought on fixing the list index error?
  • s

    soufianejayden

    03/23/2023, 5:36 PM
    TypeError Traceback (most recent call last) c:\xampp\htdocs\darts\dos.com\tacotron2-master\ttc.py in 8 # Initialize the hparams and TacotronSTFT objects 9 hparams = create_hparams() ---> 10 taco_stft = TacotronSTFT(hparams) 11 12 # Load the trained Tacotron2 model from the local hard drive c:\xampp\htdocs\darts\dos.com\tacotron2-master\layers.py in init(self, filter_length, hop_length, win_length, n_mel_channels, sampling_rate, mel_fmin, mel_fmax) 47 self.n_mel_channels = n_mel_channels 48 self.sampling_rate = sampling_rate ---> 49 self.stft_fn = STFT(filter_length, hop_length, win_length) 50 mel_basis = librosa_mel_fn( 51 sampling_rate, filter_length, n_mel_channels, mel_fmin, mel_fmax) c:\xampp\htdocs\darts\dos.com\tacotron2-master\stft.py in init(self, filter_length, hop_length, win_length, window) 50 self.window = window 51 self.forward_transform = None ---> 52 scale = self.filter_length / self.hop_length 53 fourier_basis = np.fft.fft(np.eye(self.filter_length)) 54 TypeError: unsupported operand type(s) for /: 'HParams' and 'int'
  • s

    soufianejayden

    03/23/2023, 5:36 PM
    any helpppp
  • c

    CmanflipYT

    03/23/2023, 7:24 PM
    Okay, I seem to have passed the list index error, but...what now?
  • c

    CmanflipYT

    03/23/2023, 7:25 PM
    It thinks there's no transcript file, but I literally have a list.txt file in the zip file.
  • c

    CmanflipYT

    03/23/2023, 7:28 PM
    Idk if that's intentional or if I should be good?
  • c

    CmanflipYT

    03/23/2023, 9:19 PM
    Nope, guess not.
  • c

    CmanflipYT

    03/23/2023, 9:27 PM
    Well, this getting too hard. I should just give up for now
  • c

    CmanflipYT

    03/23/2023, 9:40 PM
    I knew using pipeline training is harder to use than legacy
1...136137138...158Latest