Finished training, but it hasn't #357
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#357
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The first image is what was shown after it had "finished training". nothing further happened.
The second image shows my config, as you'll see it should have done an extra 400 epochs.
The third + fourth image shows that there are 500 audio files but only 150 has been transcribed and processed. This is because I added 150 files followed by an extra 200, in the preparation stage I did processes and transcribe them and they were added to the whisper file, but not train.txt file.
this is probably a rookie mistake, but I don't know what I've done wrong
In the
Training > Prepare Dataset
tab, you can click "(Re)Create Datasets" for it force regenerate thetrain.txt
file again, although it's odd that it seemed to have done the prior steps without doing that. I would also, to be safe, rename thetrain.txt
file to something liketrain.txt.bkp
just in case it just doesn't want to overwrite that file.I'll have to take a look at the spaghetti code again and see if there's an oversight somewhere with it not regenerating the file.