• 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-16 04:07:41 +00:00
1fbb13459b preparations for training an IPA-based finetune
ecker pushed to master at ecker/DL-Art-School 2023-03-16 04:07:25 +00:00
b1858e11a5 added flag to disable preprocessing (because some IPAs will turn into ASCII)
ecker pushed to main at ecker/tortoise-tts 2023-03-16 04:07:09 +00:00
d9d8930fa4 added flag to disable preprocessing (because some IPAs will turn into ASCII)
ecker pushed to master at ecker/tortoise-tts 2023-03-16 04:07:05 +00:00
d9d8930fa4 added flag to disable preprocessing (because some IPAs will turn into ASCII)
ecker pushed to master at ecker/ai-voice-cloning 2023-03-16 04:04:32 +00:00
7229cdd290 preparations for training an IPA-based finetune
ecker pushed to master at ecker/DL-Art-School 2023-03-16 03:59:52 +00:00
812189a2f1 added flag to disable preprocessing (because some IPAs will turn into ASCII)
ecker pushed to main at ecker/tortoise-tts 2023-03-16 03:58:45 +00:00
923cf35ac0 added flag to disable preprocessing (because some IPAs will turn into ASCII)
ecker pushed to master at ecker/tortoise-tts 2023-03-16 03:58:42 +00:00
923cf35ac0 added flag to disable preprocessing (because some IPAs will turn into ASCII)
ecker commented on issue ecker/ai-voice-cloning#133 2023-03-16 03:02:20 +00:00
Mispronouncing certain letters for slavic languages

I did a quick train on James Sunderland again, but with the training dataset text as IPA phonemes; it works, to say the least:

  • default tokenizer will just convert IPA to english equivalent,…
ecker commented on issue ecker/ai-voice-cloning#141 2023-03-16 02:39:21 +00:00
Training ETA seems way off

Seems fine to me. I'm not sure if it has to do with your reported iteration rates being whack.

ecker commented on issue ecker/ai-voice-cloning#142 2023-03-16 02:38:15 +00:00
new error when click on training

Forgot to mention, fixed a while ago.

ecker closed issue ecker/ai-voice-cloning#142 2023-03-16 02:38:15 +00:00
new error when click on training
ecker commented on issue ecker/ai-voice-cloning#133 2023-03-16 00:19:42 +00:00
Mispronouncing certain letters for slavic languages
blah

I did everything under the sun until I copied the DLL to the current working directly and it Just Worked™.

Anyways, the entire experience soured me enough that I'll refuse to…

ecker commented on issue ecker/ai-voice-cloning#133 2023-03-15 22:28:24 +00:00
Mispronouncing certain letters for slavic languages

You know what would make it even better? If tts.get_conditioning_latents() could use multiple GPU's...

A nightmare to think about implementing, and beyond the scope of the matter.

ecker pushed to master at ecker/DL-Art-School 2023-03-15 19:24:41 +00:00
bea6174a19 fix for torch2.0.0 suddenly being imposed on us
ecker commented on issue ecker/ai-voice-cloning#133 2023-03-15 19:13:23 +00:00
Mispronouncing certain letters for slavic languages

As I understand it if I provide my own dataset then I have to provide my own inference model trained on it

No shit. You already need to provide your own model anyways, as there's no publicly…

ecker commented on issue ecker/ai-voice-cloning#133 2023-03-15 16:37:20 +00:00
Mispronouncing certain letters for slavic languages

Even if your validation.txt contains bad transcriptions?

Correct. It's just a way to get a defacto metric against data that's the model is not trained against. Nothing from the validation…

ecker commented on issue ecker/ai-voice-cloning#135 2023-03-15 16:27:46 +00:00
ModuleNotFoundError when attempting to run training

Fixed in mrq/DL-Art-School commit fd375670eb.

This was due to torch2.0.0 silently releasing upstream.

ecker closed issue ecker/ai-voice-cloning#135 2023-03-15 16:27:46 +00:00
ModuleNotFoundError when attempting to run training
ecker commented on issue ecker/ai-voice-cloning#139 2023-03-15 16:27:19 +00:00
Error when running training

Fixed in mrq/DL-Art-School commit fd375670eb.