• 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/vall-e 2023-03-25 01:08:15 +00:00
3d681abe69 fix error during eval from encodec decode tensors being int16
ecker pushed to master at ecker/vall-e 2023-03-25 00:48:00 +00:00
74abd5afad code cleanup, lots of config args so I don't litter up the place with commented out experiments
ecker commented on issue ecker/ai-voice-cloning#171 2023-03-24 20:55:23 +00:00
Blank error when attempting to prepare dataset for training.

D:\SteamLibrary\steamapps\common\xVATrainer\resources\app\datasets\halo_cortana\wavs

Per the documentation:

ecker commented on issue ecker/ai-voice-cloning#171 2023-03-24 20:53:13 +00:00
Blank error when attempting to prepare dataset for training.

ai-voice-cloning\src\utils.py", line 1270

Well, to start with, you're on an outdated version, so I…

ecker pushed to master at ecker/vall-e 2023-03-24 19:30:16 +00:00
779c595b99 tons of fixups (proper input tensor sizes, integrated BnB as much as I can, GC every step because it eat up VRAM), added script to download already prepared dataset
ecker commented on issue ecker/ai-voice-cloning#152 2023-03-24 18:35:40 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

I'm stupid. To spare the gory details:

  • BitsAndBytes obviously won't work on everything as inputs are already ints, I don't know what brain worms made me forget this
    • which begs the…
ecker commented on issue ecker/ai-voice-cloning#152 2023-03-24 13:17:45 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

what dataset you use currently.

LibriSpeech-Finetuning. I have a rather nasty way of preparing it that I need to streamline better (or just provide the already quantized audio and phonemized…

ecker commented on issue ecker/ai-voice-cloning#168 2023-03-24 02:00:11 +00:00
Validate Training Configuration always sets settings that take more VRAM than is available.

I only can give rough estimates given:

  • cards I've tested (6GiB 2060, 16GiB A4000, 16+16GiB 6800XTs, 80GiB A100)
  • semi-sane batch sizes
  • using bitsandbytes
  • a semi-normally distributed (by…
ecker closed issue ecker/ai-voice-cloning#168 2023-03-24 02:00:11 +00:00
Validate Training Configuration always sets settings that take more VRAM than is available.
ecker commented on issue ecker/ai-voice-cloning#160 2023-03-23 17:31:09 +00:00
Can't train a single good model

Use a small subset then.

The other main problem, I imagine, is using too large of a dataset for latents and expecting things to be peachy keen when you're just muddying up shit when it's all…

ecker commented on issue ecker/ai-voice-cloning#160 2023-03-23 17:03:29 +00:00
Can't train a single good model

Must be something with DLAS; I actually used the same latents file with the old and new model when testing.

Strange. I suppose I'll have my 2060 bake up a finetune throughout the day for…

ecker pushed to master at ecker/ai-voice-cloning 2023-03-23 15:42:54 +00:00
9856db5900 actually make parsing VALL-E metrics work
ecker pushed to master at ecker/ai-voice-cloning 2023-03-23 15:41:02 +00:00
837d73c17f actually make parsing VALL-E metrics work
ecker pushed to master at ecker/vall-e 2023-03-23 15:40:17 +00:00
aa9fe102f0 oops
ecker pushed to master at ecker/vall-e 2023-03-23 05:41:53 +00:00
48a4a5d3cc provided transcription ahead of time of the librispeech_finetune dataset, so you don't need to spend an hour transcribing it with whisperX + VAD
ecker pushed to master at ecker/vall-e 2023-03-23 05:23:39 +00:00
9d743cdade properly parse spaces, added option to define optimizer in yaml because I actually kept adding it in my testing copy and not the repo copy
ecker pushed to master at ecker/ai-voice-cloning 2023-03-23 04:53:35 +00:00
69d84bb9e0 I forget
ecker pushed to master at ecker/ai-voice-cloning 2023-03-23 04:52:32 +00:00
5960cd7b50 I forget
ecker pushed to master at ecker/ai-voice-cloning 2023-03-23 04:42:04 +00:00
444bcdaf62 my sanitizer actually did work, it was just batch sizes leading to problems when transcribing
ecker closed issue ecker/ai-voice-cloning#113 2023-03-23 03:36:28 +00:00
Generated voices from training data always garbled.... but works fine using tortoise-tts-fast ... (?)