• 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-02-19 16:24:17 +00:00
4f79b3724b Fixed model setting not getting updated when TTS is unloaded, for when you change it and then load TTS (sorry for that brain worm)
ecker commented on issue ecker/ai-voice-cloning#9 2023-02-19 16:20:42 +00:00
Can't get finetuned model to load using the UI

Right, I forgot I needed to remedy this exact situation. I think if:

  • TTS is not loaded
  • the model is requested to change

it'll silently fail. You'll need to load the TTS first, and then…

ecker commented on issue ecker/ai-voice-cloning#8 2023-02-19 16:18:07 +00:00
"IndexError: list index out of range" at the first step of training in ./dlas/codes/trainer/steps.py", line 214, in do_forward_backward

Pushed 092dd7b2d78b89abc0f1855aeb1f3bee83d3eb7f, should be able to either adjust the mega_batch_factor yourself, or let it (try) to clamp it. I still OOM locally, but at least it doesn't throw…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 16:16:54 +00:00
092dd7b2d7 added more safeties and parameters to training yaml generator, I think I tested it extensively enough
ecker commented on issue ecker/ai-voice-cloning#8 2023-02-19 16:01:49 +00:00
"IndexError: list index out of range" at the first step of training in ./dlas/codes/trainer/steps.py", line 214, in do_forward_backward

I set 50 iterations just to try to get it going on my GPU.

Ah OK. Good thing you did, or I probably wouldn't have gotten around to figuring it out for the future, as it was plaguing me…

ecker commented on issue ecker/ai-voice-cloning#8 2023-02-19 15:19:08 +00:00
"IndexError: list index out of range" at the first step of training in ./dlas/codes/trainer/steps.py", line 214, in do_forward_backward

Yeah, it's training fine after reducing train.mega_batch_factor to 2 in the YAML. I'll admit I'm not too sure why exactly it's the case, but I'll throw a guess and assert `batch_size /…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 15:01:26 +00:00
f4e82fcf08 I swear I committed forwarding arguments from the start scripts
ecker commented on issue ecker/ai-voice-cloning#3 2023-02-19 14:48:18 +00:00
FileNotFoundError immediately after starting training

Crashed out before I forgot to mention it: notebook updated in 3891870b5dbc0b1044b8aa843475c7334628faeb.

ecker commented on issue ecker/ai-voice-cloning#8 2023-02-19 14:44:57 +00:00
"IndexError: list index out of range" at the first step of training in ./dlas/codes/trainer/steps.py", line 214, in do_forward_backward

Or rather it's actually just a config option I overlooked. I lowered train.mega_batch_factor at line 125 down to 2 and it doesn't throw that error for me, although I'm OOMing on my 2060. I'll…

ecker commented on issue ecker/ai-voice-cloning#7 2023-02-19 14:24:38 +00:00
Something went wrong

Doesn't seem to be. There's a few handful of issues opened requesting for it, but I suppose that's what I get for subjugating my private repo into…

ecker commented on issue ecker/ai-voice-cloning#8 2023-02-19 14:22:58 +00:00
"IndexError: list index out of range" at the first step of training in ./dlas/codes/trainer/steps.py", line 214, in do_forward_backward

I suppose I'll need to fix the underlying problem in the training scripts. Usually, I seem to get that error when I have too low of a batch size, but I haven't had that even at batch size 6.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 07:22:44 +00:00
3891870b5d Update notebook to follow the \'other\' way of installing mrq/tortoise-tts
ecker commented on issue ecker/ai-voice-cloning#3 2023-02-19 07:14:49 +00:00
FileNotFoundError immediately after starting training

Yeah, I just realized that when I'm fucking about with my Colab. I'll need to update it.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 07:05:20 +00:00
d89b7d60e0 forgot to divide checkpoint freq by iterations to get checkpoint counts
ecker commented on issue ecker/ai-voice-cloning#6 2023-02-19 07:04:37 +00:00
Error when running start.bat

OSError: [WinError 1455] The paging file is too small for this operation to complete. Error loading "C:\Users\User\Desktop\mrqtts\ai-voice-cloning\venv\lib\site-packages\torch\lib\torch_python.dl…

ecker commented on issue ecker/ai-voice-cloning#7 2023-02-19 06:35:11 +00:00
Something went wrong

Reset to Defaults is a glorified shortcut to deleting ./config/generate.json or whatever I have that config saved as. I don't recall changing any of the defaults in the web UI since, and not to…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-19 06:28:58 +00:00
485319c2bb don't know what brain worms had me throw printing training output under verbose
ecker commented on issue ecker/ai-voice-cloning#6 2023-02-19 06:27:51 +00:00
Error when running start.bat

Right, I forgot to have it still print to console if Verbose Output or whatever is unchecked. Restart the UI, and run training with Verbose Output checked, and see what it's getting hung up…

ecker commented on issue ecker/ai-voice-cloning#7 2023-02-19 06:17:22 +00:00
Something went wrong

"'NoneType' object has no attribute 'strip'"

Your prompt is empty, it's the only thing using strip.

image

Maybe add the link…

ecker commented on issue ecker/ai-voice-cloning#3 2023-02-19 06:12:38 +00:00
FileNotFoundError immediately after starting training

2060

Yeah... you're going to have to CBT yourself and use a Colab notebook to train. I haven't gotten it to work locally on my 2060 at all, as even a batch size of 4 will cause it to OOM.…