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

    Kaelin

    04/25/2023, 2:50 AM
    Doubt that. There must be something odd going on with it. My data set didn't work with it, tried two times. Step 11 errors both times, yet running it myself via WSL/Linux working perfectly fine. Considering I'm not the only one who had this issue, doesn't make it a rare outlier. Heck, getting it working in WSL/Linux manually is much harder than using the provided notebook, doubt it's a "skill issue" =P.
  • s

    Sonic2022_mario

    04/29/2023, 1:47 PM
    I Am Making A Skid And Pump Talknet Model With @IBob012's Datasets, I Am Training Skid First
  • s

    Sonic2022_mario

    04/29/2023, 1:49 PM
    I Got An Error On Step 9 https://cdn.discordapp.com/attachments/994486437883936809/1101867891562926162/message.txt
  • i

    IBob012

    04/29/2023, 5:38 PM
    i havent used a talknet colab in months i dont think id be able to help
  • i

    IBob012

    04/29/2023, 5:39 PM
    i recommend training on so-vits, youll get a better model and its possible i can even help in case you run into an error
  • g

    gohkingytp

    05/01/2023, 7:34 PM
    That's funny. I didn't expect to have no quotes on the Talknet section of the actual Uberduck site.
  • g

    Gosmokeless28

    05/01/2023, 8:47 PM
    How long were you away from this community?
  • g

    gohkingytp

    05/01/2023, 8:50 PM
    I don't know.
  • j

    Justin

    05/07/2023, 10:48 AM
    The TalkNET inference nb has been fixed 👍
  • g

    Gabherelol

    05/08/2023, 3:17 AM
    How much wavs should a talknet model have? My bluey model has 51 I believe
  • g

    Gosmokeless28

    05/08/2023, 6:15 AM
    It's how many wavs. Also, why do people use the number of wav files as a way of measuring voice data? Obviously, the best way to measure voice data is with the total duration of the wav files in a dataset.
  • g

    Gosmokeless28

    05/08/2023, 6:18 AM
    For example: On the one hand, you can have 124 wavs in a dataset, but they can total less than 8 minutes in duration. On the other hand, you can have 64 wavs in a dataset, and they can total over 10 minutes in duration.
  • g

    Gosmokeless28

    05/08/2023, 6:19 AM
    So yeah, measure wisely.
  • g

    Gosmokeless28

    05/08/2023, 6:56 AM
    Oh, and @Gabherelol, my advice is at least 10 minutes of voice data.
  • t

    tanooki426

    05/12/2023, 9:24 PM
    Is there a current tutorial on how to train a Talknet model?
  • y

    YTR76

    05/12/2023, 9:30 PM
    don't train a talknet model. keep doing sovits.
  • t

    tanooki426

    05/12/2023, 9:49 PM
    Sovits doesn't do my voice justice with certain characters that I use in my series, hence why I wanna try using Talknet as well
  • y

    YTR76

    05/12/2023, 9:52 PM
    ok
  • m

    MrDankEngine

    05/15/2023, 9:50 AM
    What happened to the Beavis and Butt Head models in the reference audio?
  • g

    Gosmokeless28

    05/15/2023, 10:13 AM
    The uploader of those models has privated them.
  • c

    Carl Da KWASON 2

    05/15/2023, 7:36 PM
    My Sovits 4.0 models are 100% more cleaner and better than those.
  • t

    tanooki426

    05/15/2023, 7:54 PM
    Copy code
    ---------------------------------------------------------------------------
    TypeError                                 Traceback (most recent call last)
    <ipython-input-3-191d0a0af518> in <cell line: 10>()
          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 
    
    22 frames
    /usr/local/lib/python3.10/dist-packages/google/protobuf/descriptor.py in __new__(cls, name, full_name, index, number, type, cpp_type, label, default_value, message_type, enum_type, containing_type, is_extension, extension_scope, options, serialized_options, has_default_value, containing_oneof, json_name, file, create_key)
        559                 has_default_value=True, containing_oneof=None, json_name=None,
        560                 file=None, create_key=None):  # pylint: disable=redefined-builtin
    --> 561       _message.Message._CheckCalledFromGeneratedFile()
        562       if is_extension:
        563         return _message.default_pool.FindExtensionByName(full_name)
    
    TypeError: Descriptors cannot not be created directly.
    If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
    If you cannot immediately regenerate your protos, some other possible workarounds are:
     1. Downgrade the protobuf package to 3.20.x or lower.
     2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
    How do I resolve this?
  • t

    tanooki426

    05/15/2023, 8:00 PM
    nevermind I fixed it
  • j

    Justin

    05/17/2023, 11:50 PM
    Oh yeah I forgot to add that line in
  • j

    Justin

    05/17/2023, 11:50 PM
    Will update in a min
  • j

    Justin

    05/17/2023, 11:54 PM
    Already added in
  • m

    meany

    05/21/2023, 11:19 AM
    can somebody help me with this

    https://cdn.discordapp.com/attachments/994486437883936809/1109802625286819940/image.png▾

  • g

    Gosmokeless28

    05/21/2023, 11:21 AM
    Oh @Justin Does the link to the TalkNet training notebook need to be updated in the notebooks channel?
  • j

    Justin

    05/21/2023, 11:52 AM
    No?
  • d

    dn2rafael

    05/21/2023, 10:10 PM
    how did you fix it
1...7071727374Latest