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

    Gosmokeless28

    03/02/2023, 6:35 AM
    Summoning @Justin
  • r

    RubbishNubbish

    03/02/2023, 6:35 AM
    there was this too
  • r

    RubbishNubbish

    03/02/2023, 6:36 AM
    installing old versions of stuf
  • j

    Justin

    03/02/2023, 8:27 AM
    I'll check it out
  • j

    Justin

    03/02/2023, 8:27 AM
    thanks
  • j

    Justin

    03/02/2023, 8:46 AM
    Fixed it
  • j

    Justin

    03/02/2023, 8:46 AM
    Updating the nb in a min
  • j

    Justin

    03/02/2023, 9:29 AM
    @RubbishNubbish try again
  • r

    RubbishNubbish

    03/02/2023, 9:30 AM
    one sec
  • r

    RubbishNubbish

    03/02/2023, 9:38 AM
    @Justin
  • j

    Justin

    03/02/2023, 9:39 AM
    Ignore those
  • j

    Justin

    03/02/2023, 9:42 AM
    works fine on my end
  • c

    ccateni

    03/04/2023, 2:55 AM
    I keep getting this error.
  • c

    ccateni

    03/04/2023, 2:55 AM
    FileNotFoundError: [Errno 2] No such file or directory: 'wavs/\ufeff01.wav'
  • c

    ccateni

    03/04/2023, 2:56 AM
    What is going on?
  • c

    ccateni

    03/04/2023, 2:56 AM
    I've reuploaded the zip and list several times in different folder arrangements and it still gives this error despite the files existing.
  • a

    Audioses

    03/04/2023, 10:31 PM
    Hello there. I am getting these two errors. How would I fix them? First in cell 5: "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tensorflow 2.4.1 requires numpy~=1.19.2, but you have numpy 1.23.5 which is incompatible. bokeh 2.4.3 requires typing-extensions>=3.10.0, but you have typing-extensions 3.7.4.3 which is incompatible." and second, "FileNotFoundError Traceback (most recent call last) in 115 116 # Convert to JSON --> 117 generate_json("trainfiles.txt", "trainfiles.json") 118 generate_json("valfiles.txt", "valfiles.json") 119 generate_json("allfiles.txt", "allfiles.json") in generate_json(inpath, outpath) 44 if lpath[:5] != "wavs/": 45 lpath = "wavs/" + lpath ---> 46 size = os.stat( 47 os.path.join(os.path.dirname(inpath), lpath) 48 ).st_size FileNotFoundError: [Errno 2] No such file or directory: 'wavs/0.wav'"
  • d

    Dyno

    03/04/2023, 10:31 PM
    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.
  • a

    Audioses

    03/04/2023, 11:40 PM
    I somehow fixed step5, but I have no idea aabout this one. Crashed on step6"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) --------------------------------------------------------------------------- NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt. To view examples of installing some common dependencies, click the "Open Examples" button below. ---------------------------------------------------------------------------"
  • a

    Audioses

    03/05/2023, 2:07 PM
    Now its stuck on step6. I checked the file for any double spaces and spaces that are end of the lines but it still says this: /usr/local/lib/python3.8/dist-packages/nemo/collections/asr/data/vocabs.py in encode(self, text) 344 345 # Remove trailing spaces --> 346 while ps[-1] == space: 347 ps.pop() 348 IndexError: list index out of range
  • m

    maalgo5

    03/06/2023, 4:40 PM
    I'm also getting an error similar to that. I have no idea what to do to fix this...
  • a

    Audioses

    03/06/2023, 8:20 PM
    ok this is getting wierder and weirder. At step 5, am getting this error. FileNotFoundError: [Errno 2] No such file or directory: 'wavs/\ufeffwavs/02.wav' ın nowhere in the file listing such thing as ufeffwavs/ folder. Can anyone help?
  • c

    ccateni

    03/06/2023, 10:21 PM
    Thats the same error me and Maalgo5 got
  • a

    Audioses

    03/06/2023, 10:22 PM
    I may have solved it. Can you paste a line from your filelist file?
  • c

    ccateni

    03/06/2023, 10:23 PM
    wavs/00.wav | One!
  • a

    Audioses

    03/06/2023, 10:23 PM
    now I am step 6, hopefully but am constantly getting this error. Should I ignore it? From the looks of it its still going though: "/usr/local/lib/python3.8/dist-packages/crepe/core.py:209: RuntimeWarning: invalid value encountered in divide"
  • a

    Audioses

    03/06/2023, 10:24 PM
    try removing the wavs/ section and re-running. It worked fine for me and from the looks of it so far, at least it is doing something
  • c

    ccateni

    03/06/2023, 10:24 PM
    like this? 00.wav | One!
  • a

    Audioses

    03/06/2023, 10:28 PM
    yes like that
  • a

    Audioses

    03/06/2023, 10:29 PM
    also to play it save, I dont put an spaces between | and the text. I got an error stating remove trailing spaces or something, not sure if it would do anything but this thing is very sensetvie. I got to my colab limit the other day by just restarting runtimes a bizilion times
1...646566...74Latest