https://uberduck.ai/ logo
Join Discord
Powered by
# machine-learning
  • p

    pi

    05/10/2021, 7:48 AM
    Dont put in stereo
  • n

    Neotheyoshare

    05/10/2021, 7:59 AM
    Generating Mels 84% 67/80 [00:01<00:00, 31.02it/s] /content/tacotron2/utils.py:14: WavFileWarning: Chunk (non-data) not understood, skipping it. sampling_rate, data = read(full_path) --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in () 1 if generate_mels: ----> 2 create_mels() 3 frames /content/tacotron2/stft.py in transform(self, input_data) 82 83 # similar to librosa, reflect-pad the input ---> 84 input_data = input_data.view(num_batches, 1, num_samples) 85 input_data = F.pad( 86 input_data.unsqueeze(1), RuntimeError: shape '[1, 1, 51652]' is invalid for input of size 103304
  • n

    Neotheyoshare

    05/10/2021, 7:59 AM
    I'm still getting the error
  • p

    pi

    05/10/2021, 8:04 AM
    Again dont put in stereo
  • p

    pi

    05/10/2021, 8:04 AM
    Convert to mono
  • n

    Neotheyoshare

    05/10/2021, 8:05 AM
    I thought everything is mono
  • p

    pi

    05/10/2021, 8:05 AM
    Put the dataset up here ill tale a look
  • n

    Neotheyoshare

    05/10/2021, 9:09 AM
    So i can't find pop-80.tar
  • n

    Neotheyoshare

    05/10/2021, 9:11 AM
    something's fishy
  • p

    pi

    05/10/2021, 10:44 AM
    zip not tar
  • n

    Neotheyoshare

    05/10/2021, 10:45 AM
    No, I mean the one on my drive
  • p

    pi

    05/10/2021, 12:54 PM
    https://pieksend.github.io/posts/2021-05-09-tacotron/
  • k

    Kosmikist

    05/10/2021, 6:47 PM
    General question
  • k

    Kosmikist

    05/10/2021, 6:48 PM
    For the transcript can the training notebook pick up **...**’s or is it only just periods, commas, exclamation points, and question marks?
  • p

    pi

    05/10/2021, 6:50 PM
    there is a limited char set tacotron uses
  • p

    pi

    05/10/2021, 6:50 PM
    but ' are included AFAIK
  • k

    Kosmikist

    05/10/2021, 6:51 PM
    Alright I see, thank you!
  • p

    pi

    05/10/2021, 6:51 PM
    ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!\'(),.:;?-
  • p

    pi

    05/10/2021, 6:51 PM
    this plus the space character are all supported
  • k

    Kosmikist

    05/10/2021, 6:52 PM
    Alright cool thats good to know, didn’t know parentheses and such were also supported
  • p

    pi

    05/10/2021, 7:10 PM
    I added this list to my tacotron FAQ
  • j

    JacobLenstar

    05/10/2021, 8:13 PM
    @User?
  • p

    pi

    05/10/2021, 8:13 PM
    decrease the batch size
  • p

    pi

    05/10/2021, 8:14 PM
    you might need to kill the colab runtime and start over to clear the GPU memory
  • j

    JacobLenstar

    05/10/2021, 8:14 PM
    even a batch size of five fails
  • p

    pi

    05/10/2021, 8:15 PM
    you might need to kill the colab runtime and start over to clear the GPU memory
  • j

    JacobLenstar

    05/10/2021, 8:15 PM
    terminate?
  • p

    pi

    05/10/2021, 8:15 PM
    yes
  • j

    JacobLenstar

    05/10/2021, 8:22 PM
    oh now it's working
  • j

    JacobLenstar

    05/10/2021, 8:22 PM
    thanks
1...656667...1068Latest