• https://git.ecker.tech/ aims to provide a place to share my efforts while maintaining true ownership of my code, as I do not trust GitHub.

    XMR: 4B9TQdkAkBFYrbj5ztvTx89e5LpucPeTSPzemCihdDi9EBnx7btn8RDNZTBz2zihWsjMnDkzn5As1LU6gLv3KQy8BLsZ8SG

  • Joined on 2022-10-10
ecker pushed to master at ecker/ai-voice-cloning 2023-03-10 03:53:24 +00:00
c231d842aa make dependencies after the one in this repo force reinstall to downgrade, i hope, I hav eother things to do than validate this works
ecker commented on issue ecker/ai-voice-cloning#106 2023-03-10 03:50:59 +00:00
Error when resuming a training state.

When saving the training configuration, an extra ' is added at the end of the path automatically. Manually editing it out of the yaml fixed it.

Ah, I see. Fixed in commit c92b006129bf6b91557e3…

ecker closed issue ecker/ai-voice-cloning#106 2023-03-10 03:50:59 +00:00
Error when resuming a training state.
ecker pushed to master at ecker/ai-voice-cloning 2023-03-10 03:48:52 +00:00
c92b006129 I really hate YAML
ecker commented on issue ecker/ai-voice-cloning#82 2023-03-10 03:45:54 +00:00
Question: What is the meaning of the blue and orange lines in training?

Alight, now that I'm in a slightly better headspace now, I can try to explain what the loss curves mean, but with a brief crash course on what the model does (to my understanding):

The…

ecker commented on issue ecker/ai-voice-cloning#103 2023-03-10 02:01:53 +00:00
! RETRAIN YOUR MODELS !

and its being super slow than the usual soo idk if i did something wrong with re computing voice latents or something idk...

I reverted my change to the routine that deduces sample batch…

ecker commented on issue ecker/ai-voice-cloning#105 2023-03-10 01:59:30 +00:00
Error when training voice

Remedied in d3184004fd08d99fc87ecd3dd15de19705b486a6. Untested, but I'm very confident it works.

Another quick bandaid fix solution was to wrap it yourself, but would have required you to…

ecker closed issue ecker/ai-voice-cloning#105 2023-03-10 01:59:30 +00:00
Error when training voice
ecker pushed to master at ecker/ai-voice-cloning 2023-03-10 01:58:38 +00:00
d3184004fd only God knows why the YAML spec lets you specify string values without quotes
ecker commented on issue ecker/ai-voice-cloning#105 2023-03-10 01:57:07 +00:00
Error when training voice

./training/21/

Oh, it's something really silly. The way I'm making the config is by string replacement instead of just loading the YAML, setting the keys, and exporting it like a normal…

ecker pushed to master at ecker/tortoise-tts 2023-03-10 00:56:42 +00:00
fec0685405 revert muh clean code
ecker pushed to main at ecker/tortoise-tts 2023-03-10 00:56:41 +00:00
fec0685405 revert muh clean code
ecker commented on issue ecker/ai-voice-cloning#100 2023-03-09 23:32:08 +00:00
! POSSIBLE NEW ISSUES !

I wonder if I botched the "cleanup" for the automatic deduction of the autoregressive sample size. I'll validate it in a moment. You can always hard-set the sample batch size under settings.

ecker commented on issue ecker/ai-voice-cloning#102 2023-03-09 23:06:10 +00:00
UnboundLocalError: local variable 'opt' referenced before assignment

Found it. I commented out what I thought was an override. Remedied in commit eb1551ee92f64e632935f0677439271f42c89937.

ecker closed issue ecker/ai-voice-cloning#102 2023-03-09 23:06:10 +00:00
UnboundLocalError: local variable 'opt' referenced before assignment
ecker pushed to master at ecker/ai-voice-cloning 2023-03-09 23:04:07 +00:00
eb1551ee92 what I thought was an override and not a ternary
ecker commented on issue ecker/ai-voice-cloning#102 2023-03-09 22:57:59 +00:00
UnboundLocalError: local variable 'opt' referenced before assignment

adamw

do not use adamw_zero, it will keep your learning rate fixed and not decay, as I've learned the hard way. A lot of the "do this if you're distributing" (multigpu) comments don't seem…

ecker commented on issue ecker/ai-voice-cloning#97 2023-03-09 22:52:52 +00:00
Training Error? Encountered 10 NaN losses in a row?

it creates 70 voice and text dataset for that after validation. i train it to 500 epochs, that save every 50 at a learning rate of 0.00009

Thank you. The graphs would be helpful too, but…

ecker commented on issue ecker/ai-voice-cloning#103 2023-03-09 22:49:29 +00:00
! RETRAIN YOUR MODELS !

So I did. I suppose I'll have to retrain what I've been training today, since I imagine that's a pretty big problem.

ecker pushed to master at ecker/DL-Art-School 2023-03-09 22:48:09 +00:00
bf94744514 I am going to scream