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

    The Watts and the Waves

    05/07/2021, 7:39 AM
    Protip 2.0, feeling gutsy and wanna belatedly add files after your mass import? be sure to generate a spectrogram for each new wav you add!
  • n

    Neotheyoshare

    05/07/2021, 10:46 AM
    What's the problem here?
  • w

    WTLNetwork (❌ Voice requests)

    05/07/2021, 10:48 AM
    On the surface, it looks like there's a rogue square bracket in your 'list.txt' file - it's listing 'wavs/1.wav]' as the filename (as opposed to 'wavs/1.wav')
  • p

    pi

    05/07/2021, 10:49 AM
    you might have empty lines in your transcript file
  • n

    Neotheyoshare

    05/07/2021, 10:51 AM
    Hmmm
  • p

    pi

    05/07/2021, 11:25 AM
    please show all of the error msg
  • p

    pi

    05/07/2021, 11:31 AM
    did you fix your text file and started the process with the new text file?
  • p

    pi

    05/07/2021, 11:31 AM
    it doesn't look like it
  • n

    Neotheyoshare

    05/07/2021, 11:38 AM
    I did
  • p

    pi

    05/07/2021, 11:58 AM
    thought the .npy it should generate dont seem to exist based on the error msg
  • p

    pi

    05/07/2021, 12:00 PM
    and you should really make your dataset larger
  • p

    pi

    05/07/2021, 12:00 PM
    19 files isn't enough
  • p

    pi

    05/07/2021, 12:00 PM
    also you need to have longer files too
  • p

    pi

    05/07/2021, 12:01 PM
    up to about 10 seconds in length
  • p

    pi

    05/07/2021, 12:01 PM
    you longest file is 5 sec long
  • u

    1-fluoropentane

    05/07/2021, 2:09 PM
    could someone give a quick "speech synthesis NN training for dummies" type guide ?
  • u

    1-fluoropentane

    05/07/2021, 2:09 PM
    what software to use / how to load files for training / etc
  • u

    1-fluoropentane

    05/07/2021, 2:10 PM
    nvm just checked pinned msgs lol
  • p

    pi

    05/07/2021, 2:11 PM

    https://www.youtube.com/watch?v=b1fzyM0VhhI▾

  • p

    pi

    05/07/2021, 2:11 PM
    you can read this chat too
  • p

    pi

    05/07/2021, 2:12 PM
    you'll see what the most common problems are and how to fix them
  • p

    pi

    05/07/2021, 2:12 PM

    https://www.youtube.com/watch?v=KmpXyBbOObM▾

  • u

    1-fluoropentane

    05/07/2021, 2:12 PM
    thanks!
  • z

    zwf

    05/07/2021, 2:12 PM
    I thought I'd pinned that video already but I guess not
  • z

    zwf

    05/07/2021, 2:12 PM
    best of luck!
  • w

    WTLNetwork (❌ Voice requests)

    05/07/2021, 6:22 PM
    Hmm, that's odd. All of a sudden, I'm getting some strange CUDA memory errors:
    Copy code
    FP16 Run: False
    Dynamic Loss Scaling: True
    Distributed Run: False
    cuDNN Enabled: True
    cuDNN Benchmark: False
    ---------------------------------------------------------------------------
    RuntimeError                              Traceback (most recent call last)
    <ipython-input-13-e8a871a0e98d> in <module>()
          5 print('cuDNN Benchmark:', hparams.cudnn_benchmark)
          6 train(output_directory, log_directory, checkpoint_path,
    ----> 7       warm_start, n_gpus, rank, group_name, hparams, log_directory2)
    
    5 frames
    /usr/local/lib/python3.7/dist-packages/torch/nn/modules/module.py in <lambda>(t)
        489             Module: self
        490         """
    --> 491         return self._apply(lambda t: t.cuda(device))
        492 
        493     def xpu(self: T, device: Optional[Union[int, device]] = None) -> T:
    
    RuntimeError: CUDA out of memory. Tried to allocate 2.00 MiB (GPU 0; 15.78 GiB total capacity; 14.42 GiB already allocated; 2.75 MiB free; 14.48 GiB reserved in total by PyTorch)
  • w

    WTLNetwork (❌ Voice requests)

    05/07/2021, 6:23 PM
    I've been allocated a Tesla V100, and this happens regardless of the batch size (I've tried 30, 16 and even 1). The thing that strikes me as weird is there is enough memory for allocation (it tries to allocate 2.00 MiB when there is 2.75 MiB free)
  • p

    pi

    05/07/2021, 6:26 PM
    just decrease the batch size
  • w

    WTLNetwork (❌ Voice requests)

    05/07/2021, 6:26 PM
    I decreased it in stages, all the way down to 1 and it still did it.
  • p

    pi

    05/07/2021, 6:31 PM
    can I see your dataset then please
1...555657...1068Latest