Finished training, but it hasn't #357

Open
opened 2023-08-29 17:28:56 +00:00 by MrMustachio43 · 1 comment

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

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
Owner

In the Training > Prepare Dataset tab, you can click "(Re)Create Datasets" for it force regenerate the train.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 the train.txt file to something like train.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.

In the `Training > Prepare Dataset` tab, you can click "(Re)Create Datasets" for it force regenerate the `train.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 the `train.txt` file to something like `train.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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#357
No description provided.