• 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 closed issue ecker/ai-voice-cloning#139 2023-03-15 16:27:19 +00:00
Error when running training
ecker pushed to master at ecker/DL-Art-School 2023-03-15 16:26:44 +00:00
fd375670eb fix for torch2.0.0 suddenly being imposed on us
ecker commented on issue ecker/ai-voice-cloning#133 2023-03-15 16:18:03 +00:00
Mispronouncing certain letters for slavic languages

I started disabling validation because I got better results before it was introduced

Validation has no effect on training quality (it sometimes will eat up your total iteration count and…

ecker commented on issue ecker/ai-voice-cloning#139 2023-03-15 15:30:24 +00:00
Error when running training

image

Oh cringe. The upstream version of torch is now 2.0, whcih I suppose I have to either hand update DLAS to do what #135 suggests, or…

ecker commented on issue ecker/ai-voice-cloning#141 2023-03-15 14:41:05 +00:00
Training ETA seems way off

I might have broke it again (this time accidental). I'll need to do some debugging whenever I get the chance.

ecker commented on issue ecker/ai-voice-cloning#140 2023-03-15 14:39:13 +00:00
Question: What is the second set of lowercase text in the training transcription for?

It's the normalized version of the first text. The LJSpeech dataset has it too (albeit not as simplified). I added it in for some other add-in that required it (and abandoned that venture), but…

ecker commented on issue ecker/ai-voice-cloning#127 2023-03-15 03:29:36 +00:00
Error On Install Dependencies; expected?

That should be it. It doesn't have a line for !source ./venv/bin/activate, so whatever you're using is most definitely not the most recent version.

ecker commented on issue ecker/ai-voice-cloning#137 2023-03-15 02:49:45 +00:00
ModuleNotFoundError: No module named psutil

Actually, it's already a dependency. Are you sure you ran setup first before starting?

ecker commented on issue ecker/ai-voice-cloning#137 2023-03-15 02:49:09 +00:00
ModuleNotFoundError: No module named psutil
.\venv\Scripts\activate.bat
pip install psutil
deactivate
ecker commented on issue ecker/ai-voice-cloning#138 2023-03-15 02:48:25 +00:00
Keep X Previous States not functioning

Fixed in commit 7b80f7a42f46c3b1134e58ae124ad20175336993.

ecker closed issue ecker/ai-voice-cloning#138 2023-03-15 02:48:25 +00:00
Keep X Previous States not functioning
ecker pushed to master at ecker/ai-voice-cloning 2023-03-15 02:48:11 +00:00
7b80f7a42f fixed not cleaning up states while training (oops)
ecker pushed to master at ecker/DL-Art-School 2023-03-15 02:47:17 +00:00
b253da6e35 save when training completes
ecker commented on issue ecker/ai-voice-cloning#138 2023-03-15 02:34:52 +00:00
Keep X Previous States not functioning

Oh, I forgot to add it back in when I was cleaning things up when ripping metrics. The cleanup is called on training start, however.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-15 01:51:08 +00:00
b31bf1206e oops
ecker commented on issue ecker/ai-voice-cloning#127 2023-03-15 01:32:39 +00:00
Error On Install Dependencies; expected?

You're using an extremely old version of the notebook.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-15 01:20:21 +00:00
d752a22331 print a warning if automatically deduced batch size returns 1
ecker pushed to master at ecker/ai-voice-cloning 2023-03-15 01:09:24 +00:00
f6d34e1dd3 and maybe I should have actually tested with ./models/tokenizers/ made
ecker commented on issue ecker/ai-voice-cloning#133 2023-03-15 01:05:06 +00:00
Mispronouncing certain letters for slavic languages

desu the first finetune test has a much smaller size (dataset size of 4.5k for 11 epochs). Granted, all of the hyperparameters play a role in…

ecker commented on issue ecker/ai-voice-cloning#136 2023-03-15 00:56:02 +00:00
Error when running training

Commit 5e4f6808cee03732b9610521d734d063a802f731 should fix it. I tested it after manually setting the tokenizer setting, but not when it's not defined in the setting (defaulting to null).