• 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 commented on issue ecker/ai-voice-cloning#103 2023-03-09 22:43:41 +00:00
! RETRAIN YOUR MODELS !

If I did botch that then I'm going to scream, but that's what consistently staying up until 2AM gets. I'll check when I get a moment.

Anyways, the compat fix simply just makes the unified_voice2…

ecker pushed to main at ecker/tortoise-tts 2023-03-09 22:36:52 +00:00
0514f011ff how did I botch this, I don't think it affects anything since it never thrown an error
ecker pushed to master at ecker/tortoise-tts 2023-03-09 22:36:52 +00:00
0514f011ff how did I botch this, I don't think it affects anything since it never thrown an error
ecker commented on issue ecker/ai-voice-cloning#102 2023-03-09 20:29:05 +00:00
UnboundLocalError: local variable 'opt' referenced before assignment

optimizer: ${optimizer}

Yeah, you'll need to regenerate your training configuration. I'd say you can manually edit that as "adamw", but I'm certain I had other minor bugs that were around at…

ecker opened issue ecker/ai-voice-cloning#103 2023-03-09 20:27:07 +00:00
! RETRAIN YOUR MODELS !
ecker commented on issue ecker/ai-voice-cloning#102 2023-03-09 20:20:22 +00:00
UnboundLocalError: local variable 'opt' referenced before assignment

I can't really tell exactly the issue since you neglected to include the full training output (the provided configuration is very important), but it's safe to assume you need to remake your…

ecker commented on issue ecker/ai-voice-cloning#69 2023-03-09 20:15:58 +00:00
Just some questions from a newbie...

Yeah, that actually seemed to have fixed shitty output for some voices. image

https://vocaroo.com/101fw74rhfgz

Where last week it was…

ecker pushed to master at ecker/ai-voice-cloning 2023-03-09 19:42:38 +00:00
c3b43d2429 today I learned adamw_zero actually negates ANY LR schemes
ecker commented on issue ecker/ai-voice-cloning#69 2023-03-09 19:22:11 +00:00
Just some questions from a newbie...

This might be related to mrq/ai-voice-cloning#70, where the other DLAS repo had a compatibility fix for models that are going to be used for TorToiSe (I will admit I…

ecker commented on issue ecker/ai-voice-cloning#70 2023-03-09 19:16:12 +00:00
Question, why does my model produce bad output?

Edit: I created a louise belcher model with 152334H's DL-Art-School fork with the learning rate set to 1e-20. I'm not sure if it's because of the learning rate or if it's the implementation of…

ecker closed issue ecker/ai-voice-cloning#70 2023-03-09 19:16:12 +00:00
Question, why does my model produce bad output?
ecker closed issue ecker/ai-voice-cloning#92 2023-03-09 19:13:36 +00:00
ffmpg error, wiki script didnt fix it. *work around included*
ecker pushed to master at ecker/ai-voice-cloning 2023-03-09 18:35:02 +00:00
cb273b8428 cleanup
ecker pushed to master at ecker/ai-voice-cloning 2023-03-09 14:17:11 +00:00
7c71f7239c expose options for CosineAnnealingLR_Restart (seems to be able to train very quickly due to the restarts
ecker commented on issue ecker/ai-voice-cloning#101 2023-03-09 13:07:21 +00:00
Stack expects a non-empty TensorList

Insufficient stack trace.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-09 06:20:13 +00:00
2f6dd9c076 some cleanup
ecker pushed to master at ecker/ai-voice-cloning 2023-03-09 05:54:17 +00:00
5460e191b0 added loss graph, because I'm going to experiment with cosine annealing LR and I need to view my loss
ecker commented on issue ecker/ai-voice-cloning#98 2023-03-09 04:57:32 +00:00
Two randoms in the list, shifting random voices

Ah, I think I understand what causes it.

The latents and seed used most definitely persist between lines, but any slight variation in the input lines will cause it to diverge pretty fast, even…

ecker closed issue ecker/ai-voice-cloning#98 2023-03-09 04:57:32 +00:00
Two randoms in the list, shifting random voices
ecker commented on issue ecker/ai-voice-cloning#99 2023-03-09 04:43:28 +00:00
Error when generating voice

Yeah, it requires a lower version librosa (I'd imagine whisperx is to blame, again). I'll add it to update-force.bat for the reinstall line, but you can run this yourself to fix it:

.\ven…