psammites
  • Joined on 2023-03-11
psammites commented on issue mrq/ai-voice-cloning#133 2023-03-14 19:56:05 +00:00
Mispronouncing certain letters for slavic languages

8k lines, one clip per line, 8k clips.

お兄ちゃん、大きすぎる!

What settings are you using in "Prepare Dataset" so that you don't have to check and fix each clip manually? How…

psammites commented on issue mrq/ai-voice-cloning#133 2023-03-14 19:40:19 +00:00
Mispronouncing certain letters for slavic languages
  • batch one didn't trim clips that exceeded 11.6s (dataset size of ~8k, for ~15 epochs)

Hold up, by "dataset size of ~8k" do you mean train.txt was ~8kb or ~8k clips?

psammites commented on issue mrq/ai-voice-cloning#133 2023-03-14 19:20:41 +00:00
Mispronouncing certain letters for slavic languages

For new languages, you'll want to increase the text LR ratio to 1, as you're effectively re-teaching the model a new language (or specifically, a new sequence of phonemes to expect).

Does…

psammites commented on issue mrq/ai-voice-cloning#134 2023-03-14 18:18:28 +00:00
Error when I click train Exception: Do not invoke this from an import

Can confirm latest commit is broken on Windows but working on faux Linux (WSL2 on Win10).

psammites commented on issue mrq/ai-voice-cloning#132 2023-03-14 17:36:31 +00:00
Pressing "stop" while the generator is not running will cause it to halt with error the next time that it is ran.

Another minor thing: "Reset do Default" always causes an error:

Traceback (most recent call last):
  File "/home/sneed/ai-voice-cloning/venv/lib/python3.10/site-packages/gradio/blocks.p…
psammites opened issue mrq/ai-voice-cloning#132 2023-03-14 06:08:08 +00:00
Pressing "stop" while the generator is not running will cause it to halt with the next time that it is ran.
psammites commented on issue mrq/ai-voice-cloning#115 2023-03-13 21:12:37 +00:00
Commit 008a1f5f8f Seems to have broken multi-GPU training on Windows due to lack of nccl support

Allegedly WSL2 does support nccl, per NVIDIA's doc/blog/guide. I'm not too well-versed in how robust WSL2 is, but I imagine just using…

psammites commented on issue mrq/ai-voice-cloning#115 2023-03-11 19:36:07 +00:00
Commit 008a1f5f8f Seems to have broken multi-GPU training on Windows due to lack of nccl support

Ahh, bugger. I could swear I saw a performance boost but it must have been from offloading everything else I was doing to the other GPU.

Will try in WSL, thanks!

psammites commented on issue mrq/ai-voice-cloning#115 2023-03-11 19:18:07 +00:00
Commit 008a1f5f8f Seems to have broken multi-GPU training on Windows due to lack of nccl support

Seems to have broken multi-GPU training on Windows

To be technical, there never was. I'll never be able to validate it myself for Windows, as my GPUs are two 6800XTs and a 2060.

psammites opened issue mrq/ai-voice-cloning#115 2023-03-11 18:47:31 +00:00
Commit 008a1f5f8f Seems to have broken multi-GPU training on Windows due to lack of nccl support