-
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
I'll look into it. I'm guessing gradio broke the API. I suppose the better thing to do is to undo my nasty kludge rather than bandaid it with freezing the gradio version used.
So:
- whisperX is already implementing it in v3 (https://github.com/m-bain/whisperX/tree/v3)
- but you need to manually clone it and edit its requirements to drop the hard version requirement…
I might have incidentally fixed this in commit 853c7fdccf13277e500307aa241e149d7e99ac7d, if you were using "Transcribe All" instead (which transcribes ALL voices, rather than the selected…
125 lines batch size 64
125 lines / 64 lines per batch will yield 2 iterations per epoch.
DLAS takes its inputs as iteration counts rather than epochs.
Progress report: since my metrics seemed to have flatlined after running through the LR schedule, I went ahead and:
- swapped to the bigger portion of the dataset that got culled (phoneme lengths…
Number of Diffusion Steps should map to
Iterations(because it's the amount of iterations taken of diffusion to create the waveform).
autoregressive samples should map to
Samples…
I've currently resorted to just making a folder with the samples manually.
You're suppose to add voices [that way](https://git.ecker.tech/mrq/ai-voice-cloning/wiki/Collecting-Samples#preparing…
I’m actually not sure if that one produces a pt file as yours does to be honest I’ve tried to figure it out but I cant find any corresponding files.
From what I remember, the 152334H…