Training seems to permanently hang on <All keys matched successfully> #119
Unanswered
deeperinmypower
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Did you use a 48k model? those aren't supported, use a 40k model |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I might be missing something obvious, but when trying to use the Train functionality, I keep running into the same issue.
I create a workspace, provide a path to a folder containing wav files of the voice I want to train a model for. Resample and split dataset seems to work fine - I keep the 'Pitch extraction method' to 'harvest', 'Filter radius' to 3, and Extract pitches. This works fine, as does Create index file.
But when I switch to train, (Base checkpoint = f0, Epochs to train = 100, Batch size 6, Save every n epochs = 10), I see my terminal either give an error:
RuntimeError: mat1 and mat2 must have the same dtype
... or the UI says 'Starting training' and the terminal hangs on:
I've tried leaving it for 30-60 minutes, but get nothing output. Am I being impatient, or is something broken?
I'm running this on an M2 Mac Mini. Happy to provide other tech specs if needed.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions