• 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-05 20:13:48 +00:00
b82961ba8a typo
ecker pushed to master at ecker/ai-voice-cloning 2023-03-05 19:58:27 +00:00
b2e89d8da3 oops
ecker pushed to master at ecker/ai-voice-cloning 2023-03-05 19:48:36 +00:00
8094401a6d print in e-notation for LR
ecker pushed to master at ecker/tortoise-tts 2023-03-05 19:47:49 +00:00
6fcd8c604f moved bigvgan model to a huggingspace repo
ecker pushed to main at ecker/tortoise-tts 2023-03-05 19:47:35 +00:00
6fcd8c604f moved bigvgan model to a huggingspace repo
ecker pushed to master at ecker/ai-voice-cloning 2023-03-05 18:53:21 +00:00
8b9c9e1bbf remove redundant stats, add showing LR
ecker pushed to master at ecker/ai-voice-cloning 2023-03-05 18:27:29 +00:00
0231550287 forgot to remove a debug print
ecker commented on issue ecker/ai-voice-cloning#63 2023-03-05 18:00:14 +00:00
Google Collab Training Issue

[Errno 2] No such file or directory: './models/tortoise/dvae.pth'

To bluntly put it, you're doing something really, really wrong, if you managed to start the web UI without it downloading the…

ecker pushed to master at ecker/ai-voice-cloning 2023-03-05 17:54:44 +00:00
d97639e138 whispercpp actually works now (language loading was weird, slicing needed to divide time by 100), transcribing audio checks for silence and discards them
ecker commented on issue ecker/ai-voice-cloning#63 2023-03-05 16:45:43 +00:00
Google Collab Training Issue

Same as mrq/ai-voice-cloning#62: you should validate your training settings, because your gradient accumulation size is too large for the given batch size.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-05 14:39:37 +00:00
b8a620e8d7 actually accumulate derivatives when estimating milestones and final loss by using half of the log
ecker commented on issue ecker/ai-voice-cloning#62 2023-03-05 14:20:37 +00:00
Training IndexError: list index out of range

Lazily wrapped in a try/catch block and one extra == 0 check in commit 35225a35daa5b346a132629a2efc0b1a0a7de067.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-05 14:19:50 +00:00
35225a35da oops v2
ecker pushed to master at ecker/tortoise-tts 2023-03-05 14:03:37 +00:00
0f3261e071 you should have migrated by now, if anything breaks it's on (You)
ecker pushed to main at ecker/tortoise-tts 2023-03-05 14:03:32 +00:00
0f3261e071 you should have migrated by now, if anything breaks it's on (You)
ecker commented on issue ecker/ai-voice-cloning#61 2023-03-05 13:48:45 +00:00
Memory Leak

Well, I suppose it's better than nothing. At least, in my original scope of "I want TTS to unload when I train", I guess it does, but there's this lingering 500MiB I'm not sure what is for. It…

ecker commented on issue ecker/ai-voice-cloning#62 2023-03-05 13:42:14 +00:00
Training IndexError: list index out of range

Make sure you click Validate Training Configuration for your given settings before saving. desu I pretty sure this is specifically because Batch Size / Gradient Accumulation Size > 2, so…

ecker pushed to master at ecker/ai-voice-cloning 2023-03-05 13:37:12 +00:00
b5e9899bbf 5 hour sleep brained
ecker commented on issue ecker/ai-voice-cloning#61 2023-03-05 13:36:19 +00:00
Memory Leak

Haha, I wonder if that was the whole reason it never seemed to do anything. Fixed in cd8702ab0dab9bb156864e7b5da69060910ece3a.

desu, I don't expect it actually make a difference, since I added…

ecker pushed to master at ecker/ai-voice-cloning 2023-03-05 13:33:05 +00:00
cd8702ab0d oops