• 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 Oct 10, 2022
Loading Heatmap…

mrq pushed to master at mrq/vall-e

2023-10-06 13:07:32 +07:00

mrq commented on issue mrq/ai-voice-cloning#403

Very Bad Training Time & Results.

This might be related to #399 where using the "latest" drivers is actually a detriment when training closed to max VRAM usage. I'd suggest either: * downgrading your drivers * reducing your…

2023-10-06 02:38:57 +07:00

mrq pushed to master at mrq/vall-e

  • 63cc9cf37a added compat flags for torchscale because the maintainer for torchscale broke compat for existing models

2023-10-05 21:38:57 +07:00

mrq pushed to main at mrq/torchscale

  • 008f1b6d18 added compat flags because I guess the maintainer assumed no one was actually using the retnet and thinks they can change things willy nilly
  • ce77afe916 added arg to change RelPos's base
  • 881d03079d Merge pull request #70 from sunyt32/retnet-official
  • 50174a3078 fix fairseq example
  • ab1d9d677a Merge pull request #69 from sunyt32/retnet-official
  • Compare 11 commits »

2023-10-05 21:38:03 +07:00

mrq pushed to main at mrq/torchscale

2023-10-05 21:02:29 +07:00

mrq pushed to main at mrq/torchscale

2023-10-05 21:01:54 +07:00

mrq commented on issue mrq/vall-e#8

Training GPU offer

> I might want some guidance on tweaking LR Adjusting the LR is as simple as entering, for example, `lr 0.05` into the training window. The only caveat is having to remember to edit the…

2023-10-05 14:46:19 +07:00

mrq pushed to master at mrq/vall-e

  • 12cfc9e502 added prodigyopt as a dependency because I keep forgetting

2023-10-05 00:41:52 +07:00

mrq pushed to master at mrq/vall-e

  • 153f8b293c added min-x and min-y arguments to plot.py, helper script to download from my existing checkpoint

2023-10-05 00:40:41 +07:00

mrq commented on issue mrq/vall-e#8

Training GPU offer

desu, I would first see if: * [VALL-E X](https://huggingface.co/spaces/Plachta/VALL-E-X/) is serviceable enough for you (I personally have my issues with it, but that's neither here nor there),…

2023-10-05 00:24:51 +07:00

mrq commented on issue mrq/ai-voice-cloning#152

VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

> I'm asking about the accuracies and losses you see once it turns into human sounding (just trying to debug inference for my custom dataset). E.g. is it 50% acc, 60%, 70%, 80%? Since losses and…

2023-10-04 18:41:15 +07:00

mrq commented on issue mrq/ai-voice-cloning#152

VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

Also I just realized the issue is working again. I'm not sure why it broke, or how it resolved itself. There wasn't really anything noteworthy outside of: * I added mirostat sampling, but it's…

2023-10-04 01:06:43 +07:00

mrq commented on issue mrq/ai-voice-cloning#152

VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

> So, I'm trying to overfit on just 3 speakers just to ensure I have things set up correctly. Right, I never went back to try and test training on much narrower datasets, as I was doing things…

2023-10-04 01:00:40 +07:00

mrq pushed to master at mrq/vall-e

2023-10-03 20:00:38 +07:00

mrq pushed to master at mrq/vall-e

  • d12877ee09 added option to set probability of selecting the AR during training under a monolithic AR+NAR, added some more to-dos while I have them in mind

2023-10-02 21:51:43 +07:00

mrq commented on issue mrq/ai-voice-cloning#400

Upscaled output creates bad quality?

Yeah by default the generated outputs will be resampled to 44K (for some reason I didn't have it set at 44.1K, but I think that's because Voicefixer resamples to 44K anyways). I can't remember…

2023-10-01 01:23:51 +07:00

mrq pushed to master at mrq/vall-e

  • e85b798fbf set default NAR levels to max for the web UI

2023-09-30 00:13:16 +07:00

mrq commented on issue mrq/ai-voice-cloning#398

Issue #152 Inaccessable

I'm not too sure what happened as I've been "away" for a few days, and there hasn't been anything to note for a while now. I'll see about looking into it when (if) I get the chance, but I would…

2023-09-28 14:58:03 +07:00

mrq commented on issue mrq/ai-voice-cloning#399

Nvidia Driver Woes - Super slow training

I remember reading in the LLaMA sphere to stick with older Nvidia driver versions due to newer drivers happily spilling over-committed VRAM allocations onto system RAM. I haven't encountered it…

2023-09-28 14:54:39 +07:00

mrq pushed to master at mrq/vall-e

  • c7fb740d41 do not specify a default dtype for the web UI, let it implicitly load from the yaml instead

2023-09-24 22:53:33 +07:00