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

    chicanobatman

    01/14/2023, 11:06 PM
    Copy code
    1 __author__ = 'tsungyi'
          2 
    ----> 3 import pycocotools._mask as _mask
          4 
          5 # Interface for manipulating masks stored in RLE format.
    
    pycocotools/_mask.pyx in init pycocotools._mask()
    
    ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
    got this error for controllable talknet colab
  • c

    chicanobatman

    01/15/2023, 12:11 AM
    i wonder if there's a way to improve autotune
  • c

    chicanobatman

    01/15/2023, 12:20 AM
    sometimes pitch is misinterpreted from reference
  • w

    WeegeeFan1

    01/15/2023, 1:23 AM
    I find it sometimes gets it in the wrong octave more often than not
  • w

    WeegeeFan1

    01/15/2023, 7:48 PM
    This is the cleanest I've ever managed to get Talknet to sound without autotune or anything. It's just barely spot on!
  • k

    Klasky

    01/16/2023, 6:19 AM

    https://www.youtube.com/watch?v=kL_2Zd6Ei4o&t=3s▾

  • d

    Dämonfighter

    01/20/2023, 5:01 PM
    can anyone help me with this error code?: Traceback (most recent call last): File "/content/controllable_talknet.py", line 973, in generate_audio tnmodel = TalkNetSpectModel.restore_from(talknet_path) File "/usr/local/lib/python3.8/dist-packages/nemo/core/classes/modelPT.py", line 479, in restore_from raise FileNotFoundError(f"Can't find {restore_path}") FileNotFoundError: Can't find /content/models/16ospTK5cBvEJqiHYhF2u1E9u6ritT2zJ/TalkNetSpect.nemo
  • d

    Dämonfighter

    01/20/2023, 5:03 PM
    this popped up after I wanted to generate an audio file
  • c

    Cris140

    01/20/2023, 5:33 PM
    Did you tried restarting and starting from scratch?
  • d

    Dämonfighter

    01/20/2023, 5:53 PM
    yes
  • c

    Cris140

    01/20/2023, 8:17 PM
    Are you using the latest notebook in #841437191073955920 ?
  • d

    Dämonfighter

    01/20/2023, 10:18 PM
    umm i don't know
  • d

    Dämonfighter

    01/20/2023, 10:27 PM
    for me thats the first time I am using such a tool, so pls excuse my inexperience
  • c

    Cris140

    01/21/2023, 12:26 AM
    Use the one that's in #841437191073955920 and tell me if the error persists
  • m

    Mr.MP3

    01/21/2023, 11:11 AM
    error at step 6: IndexError Traceback (most recent call last) in 96 97 f, p = forward_extractor(target_tokens, log_probs, blank_id) ---> 98 durs = backward_extractor(f, p) 99 100 dur_key = Path(dl.dataset.collection[sample_idx].audio_file).stem in backward_extractor(f, p) 45 s, t = n - 1, m 46 while s > 0: ---> 47 durs[s - 1] += 1 48 s -= p[s, t] 49 t -= 1 IndexError: index 4982107084641271886 is out of bounds for axis 0 with size 79
  • m

    Makaveli AI

    01/23/2023, 11:27 AM
    i have the local talknet syntehsis tool but it wont download the model from id
  • m

    Makaveli AI

    01/23/2023, 11:27 AM
    any fix?
  • m

    Makaveli AI

    01/23/2023, 11:37 AM
    Cannot retrieve the public link of the file. You may need to change the permission to 'Anyone with the link', or have had many accesses. You may still be able to access the file from the browser:
  • j

    Justin

    01/23/2023, 11:56 AM
    Yes
  • j

    Justin

    01/23/2023, 11:56 AM
    I'll drop the fix here in a moment
  • m

    Makaveli AI

    01/23/2023, 12:18 PM
    thanks mate
  • m

    Makaveli AI

    01/23/2023, 12:19 PM
    i tried to install the latest gdown but it keps reverting back to 4.3.2 in the reqirements.txt file
  • j

    Justin

    01/23/2023, 12:21 PM
    here, try this
  • j

    Justin

    01/23/2023, 12:22 PM
    move this bat file to the Talknet folder after downloading it
  • j

    Justin

    01/23/2023, 12:22 PM
    and then run it
  • m

    Makaveli AI

    01/23/2023, 12:32 PM
    ok thx brother
  • m

    Makaveli AI

    01/23/2023, 12:35 PM
    you're a legend bro thankyou
  • j

    Justin

    01/23/2023, 12:36 PM
    np np
  • a

    AlexanderTheG

    01/29/2023, 2:27 PM
    Sorry for the dumb Q, I'm new here. What's the difference between list1 and list2?
  • g

    gabrielck11

    02/06/2023, 1:21 AM
    can anyone help me? I try step 6 but it always gets an error, can anyone explain this? --------------------------------------------------------------------------- ImportError Traceback (most recent call last) in 8 9 import json ---> 10 from nemo.collections.asr.models import EncDecCTCModel 11 asr_model = EncDecCTCModel.from_pretrained(model_name="asr_talknet_aligner").cpu().eval() 12 12 frames /usr/local/lib/python3.8/dist-packages/pytorch_lightning/metrics/utils.py in 20 from torchmetrics.utilities.data import dim_zero_mean as _dim_zero_mean 21 from torchmetrics.utilities.data import dim_zero_sum as _dim_zero_sum ---> 22 from torchmetrics.utilities.data import get_num_classes as _get_num_classes 23 from torchmetrics.utilities.data import select_topk as _select_topk 24 from torchmetrics.utilities.data import to_categorical as _to_categorical ImportError: cannot import name 'get_num_classes' from 'torchmetrics.utilities.data' (/usr/local/lib/python3.8/dist-packages/torchmetrics/utilities/data.py)
1...606162...74Latest