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

    {K EY1} (Kei)

    10/04/2022, 6:23 PM
    They worked for me when training tacotron iirc
  • j

    Justin

    10/04/2022, 6:27 PM
    The current PyTorch install for TalkNET supports CUDA capabilities sm_37 sm_50 sm_60 sm_70
  • j

    Justin

    10/04/2022, 6:28 PM
    Installing the latest version might fix the issue
  • j

    Justin

    10/04/2022, 6:28 PM
    Can't say for sure tho cuz I haven't tested it
  • u

    {K EY1} (Kei)

    10/04/2022, 6:28 PM
    Ohh
  • l

    Life is A Rock

    10/05/2022, 9:00 PM
    Hey there. I was trying to train a new voice with TalkNet and was getting an error. To see where the problem was I decided to try and retrain a voice which I had already successfully trained. I got the same error. This is the error I'm now getting on a dataset I already trained successfully and it's the same error I get when I try to train a new voice. 100% 52/52 [00:13<00:00, 4.56it/s] 0 9/9 [==============================] - 12s 28ms/step --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 145 print(str(i)) 146 audio_path = json.loads(l)["audio_filepath"] --> 147 f0_data[Path(audio_path).stem] = crepe_f0(audio_path) 148 149 # calculate f0 stats (mean & std) only for train set 2 frames /usr/local/lib/python3.7/dist-packages/crepe/core.py in to_viterbi_cents(salience) 142 143 # fix the model parameters because we are not optimizing the model --> 144 model = hmm.CategoricalHMM(360, starting, transition) 145 model.startprob_, model.transmat_, model.emissionprob_ = \ 146 starting, transition, emission AttributeError: module 'hmmlearn.hmm' has no attribute 'CategoricalHMM'
  • p

    PlushyshehereJC Animation

    10/06/2022, 3:21 AM
    Hello I'm receiving an error on step 6 in Talking Training, how do I fix this?

    https://media.discordapp.net/attachments/911290401787355156/1027414417417195520/unknown.png▾

  • p

    PlushyshehereJC Animation

    10/06/2022, 5:05 AM
    Ah never mind I figure it out
  • a

    a nickname?

    10/06/2022, 5:30 AM
    i kept getting iton 5
  • n

    Nadmax56

    10/07/2022, 7:36 AM
    Hi I have the same error that occured few days ago. Talknet doesn't find the reference audio.
  • j

    Justin

    10/07/2022, 9:39 AM
    use this nb: https://colab.research.google.com/github/justinjohn0306/TalkNET-colab/blob/main/Controllable_TalkNet.ipynb
  • n

    Nadmax56

    10/07/2022, 10:32 AM
    I have the same error. I think I was already using this one
  • n

    Nadmax56

    10/07/2022, 10:33 AM
    You gave this link last time
  • n

    Nadmax56

    10/07/2022, 10:34 AM
    I also have another error. Each time I want to run the interface, I have to manually uninstall and install numpy
  • j

    Justin

    10/07/2022, 10:34 AM
    weird
  • j

    Justin

    10/07/2022, 10:34 AM
    I'll check it out then
  • n

    Nadmax56

    10/07/2022, 10:35 AM
    Thank you Justinjohn-03
  • f

    fatherallah

    10/07/2022, 9:35 PM
    keep getting this nameerror for “nemo” on step 6
  • j

    Justin

    10/07/2022, 11:45 PM
    Did you miss step 4?
  • a

    a nickname?

    10/08/2022, 12:30 AM
    I kept getting it on step 5
  • a

    a nickname?

    10/08/2022, 12:31 AM
    Also I’m not at home at the moment
  • j

    Justin

    10/08/2022, 1:12 AM
    I just ran some tests and found out that keeping your audio length under 20 seconds works for some reason after Google updated some internal files recently
  • j

    Justin

    10/08/2022, 1:13 AM
    The issue won't occur if you run it locally on your computer
  • a

    a nickname?

    10/08/2022, 1:13 AM
    Oh Justin also I kept getting a error on step 5 when I tried training Kurt cobain with 77 wavs and 5 minutes and it was saying wav one not found also I cannot show error I’m not home at the moment
  • j

    Justin

    10/08/2022, 1:25 AM
    again...works fine for me
  • a

    a nickname?

    10/08/2022, 1:25 AM
    Yeah
  • j

    Justin

    10/08/2022, 1:25 AM
    you must have missed something
  • a

    a nickname?

    10/08/2022, 1:26 AM
    Maybe
  • a

    a nickname?

    10/08/2022, 1:26 AM
    But I’m not home tho
  • a

    a nickname?

    10/08/2022, 1:26 AM
    Cause that error also happened to me while I tried to make a talknet version of puff puff from yfm
1...151617...74Latest