• 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 master at mrq/vall-e 2023-08-25 04:32:25 +00:00
6455a2f9d7 I think I fixed a bug?
mrq pushed to master at mrq/ai-voice-cloning 2023-08-25 04:27:02 +00:00
b4dc103931 I don't know how I did not commit the 'sample from the voices to construct the input prompt for vall-e' change but this helps
mrq commented on issue mrq/ai-voice-cloning#345 2023-08-25 01:42:09 +00:00
[Dataset] Where should I put the dataset and what should it look like?

If this is for TorToiSe, then everything under the web UI puts the data in the right place. You're free to make any adjustments to the train.txt before finetuning.

mrq commented on issue mrq/vall-e#5 2023-08-24 23:22:10 +00:00
Question about saving and quitting vall-e

In your training YAML, under trainer.weight_dtype, set it to float32 or float16.

mrq pushed to master at mrq/vall-e 2023-08-24 22:18:02 +00:00
f3fbed5ffd updated notices tailored for windows / low VRAM cards
mrq pushed to master at mrq/vall-e 2023-08-24 22:04:40 +00:00
0517d620b8 fixes with the local backend
mrq pushed to master at mrq/vall-e 2023-08-24 22:03:49 +00:00
ed759bca3f fixes with the local backend
mrq pushed to master at mrq/vall-e 2023-08-24 22:03:04 +00:00
2829bd9c68 fixes with the local backend
mrq pushed to master at mrq/ai-voice-cloning 2023-08-24 21:46:12 +00:00
a657623cbc updated vall-e training template to use path-based speakers because it would just have a batch/epoch size of 1 otherwise; revert hardcoded 'spit processed dataset to this path' from my training rig to spit it out in a sane spot
mrq commented on issue mrq/vall-e#5 2023-08-24 21:42:25 +00:00
Question about saving and quitting vall-e

In your training YAML, change dataset.sample_type to path instead of speaker.

Additionally, ensure that your ./training/{voice}/ folder contains ckpt/{,n}ar-retnet-4 to finetune, or…

mrq commented on issue mrq/ai-voice-cloning#152 2023-08-24 20:52:31 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

Currently guided only by presets: quarter, half, and full here and in the YAML [here](https://git.ecker.tech/mrq/v

mrq pushed to master at mrq/vall-e 2023-08-24 19:55:53 +00:00
00ad4af651 updated draconian requirement for espeak-ng to be installed and the env var set to the dll for Windows
mrq pushed to master at mrq/ai-voice-cloning 2023-08-24 19:46:49 +00:00
533b73e083 fixed the overwrite regression for bark and vall-e backends too
mrq pushed to master at mrq/ai-voice-cloning 2023-08-24 19:45:06 +00:00
f5fab33e9c fixed defaults for vall-e backend
mrq pushed to master at mrq/vall-e 2023-08-24 19:26:39 +00:00
b6c9686f7d Do not install DeepSpeed under Windows (to-do: default backend to use local if on Windows)
mrq commented on issue mrq/vall-e#5 2023-08-24 18:51:37 +00:00
Question about saving and quitting vall-e

Nothing's being trained at all anyways. Either the dataloaders didn't load anything (you can validate this when it prints out the symmap / speakers / sample counts / duration) or your batch size…

mrq commented on issue mrq/ai-voice-cloning#152 2023-08-24 18:38:48 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

looks like it's overriding my PyTorch DataParallel settings, etc with whatever's being set by deepspeed

Most likely. DeepSpeed handles whatever distributed training initialization it calls…

mrq commented on issue mrq/ai-voice-cloning#344 2023-08-24 18:27:40 +00:00
ImportError: DLL load failed while importing torch_directml_native: The specified procedure could not be found.

I can take a look when I get a moment to do a clean install under Windows with my 6800XT, but

PS

I feel like I vaguely recall that PowerShell has some weird oddities. Try running it under…

mrq commented on issue mrq/vall-e#5 2023-08-24 18:15:29 +00:00
Question about saving and quitting vall-e

quit and hit Enter.

mrq commented on issue mrq/ai-voice-cloning#152 2023-08-24 15:57:08 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

mmm...

Training is paused for the meantime on the runpod rentals. The improvements seem very marginal now, and I think I'm starting to hit a wall with how much continued training with a low LR…