• 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
mrq pushed to main at mrq/tortoise-tts 2023-09-04 20:01:17 +00:00
d7e6914fb8 Merge pull request 'main' (#47) from ken11o2/tortoise-tts:main into main
b7c7fd1c5f add arg use_deepspeed
2478dc255e update TextToSpeech
18adfaf785 add use_deepspeed to contructor and update method post_init_gpt2_config
ac97c17bf7 add use_deepspeed
Compare 5 commits »
mrq pushed to master at mrq/vall-e 2023-09-04 03:45:46 +00:00
143aee7526 removed dedicated interleaved AR code
mrq pushed to master at mrq/vall-e 2023-09-04 03:45:27 +00:00
2f9cd0842f merged dedicated interleaved AR code with the normal AR code
mrq commented on issue mrq/ai-voice-cloning#152 2023-09-04 03:27:05 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

I figured I wasn't going to do anything leisurely today besides sleep, so I elected to work on an interleaved AR. Initially, I was going to say it was very much not fruitful, but after doing the…

mrq pushed to master at mrq/vall-e 2023-09-04 02:35:44 +00:00
3a6bd50322 haha
mrq pushed to master at mrq/vall-e 2023-09-04 02:26:46 +00:00
c56ce033d9 work on an interleaved AR (spoiler: it does not work)
mrq pushed to master at mrq/vall-e 2023-09-04 02:26:14 +00:00
8a6c203277 added per-speaker samplers
mrq pushed to master at mrq/vall-e 2023-09-03 22:43:58 +00:00
436b67980e skeleton for interleaving (I can't wrap my head around trying to compute the logits properly at the moment)
mrq pushed to master at mrq/vall-e 2023-09-03 21:41:30 +00:00
2aa65b76f2 added samplers per speaker and ability to save/load the state of those samplers
mrq commented on issue mrq/ai-voice-cloning#152 2023-09-03 16:55:16 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

I suppose I have to train the AR from scratch if I want to increase the layer count. There's been no perceptible change in the model after training it about a day.

  • I suppose that my naive…
mrq pushed to master at mrq/vall-e 2023-09-03 13:02:26 +00:00
81b05dabb9 accurate epoch metric is now reported (based on samples processed / length of dataset's paths, rather than naive assumptions)
mrq commented on issue mrq/ai-voice-cloning#351 2023-09-03 12:40:04 +00:00
AttributeError: 'NoneType' object has no attribute 'killed'

The actual error itself should be fixed, I forgot to commit the change from a few days ago.

The underlying error I don't know, as that is more of an issue with DLAS itself. I would look into…

mrq commented on issue mrq/ai-voice-cloning#367 2023-09-03 12:36:35 +00:00
NameError: name 'VOCOS_ENABLED' is not defined when using bark

Should be fixed in commit 7fc8f4c45a2fbf259ae1ad6ca903752446d9e8be. I remembered I might have flubbered it up during cleanup of trying to make initialization faster (which was just from having a…

mrq pushed to master at mrq/ai-voice-cloning 2023-09-03 12:35:02 +00:00
7fc8f4c45a slight fixes
mrq commented on issue mrq/ai-voice-cloning#366 2023-09-03 03:55:46 +00:00
Extremely large output file size using tortoise

Verify that you have Embed Output Metadata disabled in the settings.

mrq pushed to master at mrq/vall-e 2023-09-03 00:24:28 +00:00
922404285c fixed segfault from tts-c task token exceeding being too big (inserted it in the hypothetical svc task token because in reality that is never ever going to be a feasible task to train against)
4613781e23 integrated plot script, added tts-c task token to help the model be able to mix between normal VALL-E and VALL-E continuous
Compare 2 commits »
mrq pushed to master at mrq/vall-e 2023-09-02 18:58:32 +00:00
f7e942ec99 modified plotting script to be more agnostic to X
mrq commented on issue mrq/ai-voice-cloning#152 2023-09-02 18:47:04 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

As an aside update:

  • I've resumed training on my 7900XTX with the AR expanded to 24 layers instead of 12. No hitches so far.
    • I should have gone with 18 layers instead to babystep, but…
mrq pushed to master at mrq/vall-e 2023-09-02 18:38:06 +00:00
71e68a8528 tweaked tts-continuous task
mrq pushed to master at mrq/vall-e 2023-09-02 18:29:52 +00:00
21e5d250cc fixed up plot script that I forgot about