• 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 commented on issue ecker/ai-voice-cloning#95 2023-03-08 15:53:59 +00:00
When attempting to train I get this error, "module 'ffmpeg' has no attribute 'Error'"

The above solution works, but this issue has been documented on the wiki

ecker closed issue ecker/ai-voice-cloning#95 2023-03-08 15:53:59 +00:00
When attempting to train I get this error, "module 'ffmpeg' has no attribute 'Error'"
ecker pushed to master at ecker/ai-voice-cloning 2023-03-08 15:51:26 +00:00
d58b67004a colab notebook uses venv and normal scripts to keep it on parity with a local install (and it literally just works stop creating issues for someething inconsistent with known solutions)
ecker pushed to master at ecker/ai-voice-cloning 2023-03-08 15:31:46 +00:00
34dcb845b5 actually make using adamw_zero optimizer for multi-gpus work
ecker commented on issue ecker/ai-voice-cloning#93 2023-03-08 06:42:30 +00:00
won't start, unexpected argument vocoder_model

Just did a git pull

Either update through the update script, or run

git submodule update --remote

as you also need to update tortoise-tts.

ecker closed issue ecker/ai-voice-cloning#93 2023-03-08 06:42:30 +00:00
won't start, unexpected argument vocoder_model
ecker pushed to master at ecker/ai-voice-cloning 2023-03-08 05:27:26 +00:00
8494628f3c normalize validation batch size because i oom'd without it getting scaled
ecker pushed to master at ecker/ai-voice-cloning 2023-03-08 05:15:03 +00:00
d7e75a51cf I forgot about the changelog and never kept up with it, so I'll just not use a changelog
ecker commented on issue ecker/ai-voice-cloning#91 2023-03-08 04:49:58 +00:00
latest commit for PaperSpace issues

I do not have a better answer than what I've explained on the wiki.

>but I can't…

ecker closed issue ecker/ai-voice-cloning#91 2023-03-08 04:49:58 +00:00
latest commit for PaperSpace issues
ecker pushed to master at ecker/ai-voice-cloning 2023-03-08 04:47:15 +00:00
ff07f707cb disable validation if validation dataset not found, clamp validation batch size to validation dataset size instead of simply reusing batch size, switch to adamw_zero optimizier when training with multi-gpus (because the yaml comment said to and I think it might be why I'm absolutely having garbage luck training this japanese dataset)
ecker commented on issue ecker/ai-voice-cloning#61 2023-03-08 04:14:32 +00:00
Memory Leak

Forgot to mention the cache clearing has been implemented to mrq/tortoise-tts in commit cc36c0997c on grabbing the…

ecker commented on issue ecker/ai-voice-cloning#90 2023-03-08 04:13:02 +00:00
Error when generating voice

...or at least just bandaid the problem until it happens to me again. Bandaided in commit f1788a5639f749d05f3f63eba673a7d428cba170.

ecker closed issue ecker/ai-voice-cloning#90 2023-03-08 04:13:02 +00:00
Error when generating voice
ecker pushed to master at ecker/ai-voice-cloning 2023-03-08 04:12:37 +00:00
f1788a5639 lazy wrap around the voicefixer block because sometimes it just an heros itself despite having a specific block to load it beforehand
ecker commented on issue ecker/ai-voice-cloning#90 2023-03-08 04:10:08 +00:00
Error when generating voice

Right, forgot to figure that out. I can't remember if I had to enable Voicefixer or disable it, but the web UI gets in a gummy state and I haven't been able to replicate it again.

I'll try and…

ecker closed issue ecker/ai-voice-cloning#89 2023-03-08 03:30:27 +00:00
Issue on PaperSpace, For Training... command not found
ecker commented on issue ecker/ai-voice-cloning#89 2023-03-08 03:30:23 +00:00
Issue on PaperSpace, For Training... command not found

Added my paperspace notebook in commit 83b512585410469ec573011f32d71ce9b0b092d4. It's much cleaner than the colab, as it can leverage being able to use a venv and whatnot.

ecker pushed to master at ecker/ai-voice-cloning 2023-03-08 03:29:41 +00:00
83b5125854 fixed notebooks, provided paperspace notebook
ecker commented on issue ecker/ai-voice-cloning#89 2023-03-08 03:21:14 +00:00
Issue on PaperSpace, For Training... command not found

The notebook is practically incompatible with paperspace. I have one brewed up for paperspace that I just haven't gotten off my ass to clean up and push to the repo.

Although, that reminds me I…