Blank error when attempting to prepare dataset for training. #171
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#171
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?
Just like it says in the title, whenever I attempt to prepare a dataset for voice training, I get given a completely blank error code- so I have no idea where to begin on fixing it. Here is the Command Prompt log.
What do you have set as your Whisper Backend?
Edit: Did you run the appropriate setup script for your hardware?
Yes, I ran the appropriate setup script; windows CUDA- as for my Whisper Backend- it's set to openAI
Hmm. What's in the directory for the voice you're attempting to prepare the dataset from? Are the files valid .wav's?
The directory leads directly to where the .wav files are stored. I'm attempting to train a Cortana voice model from the Halo 1 voice files. The Wavs have all been converted to the correct format.
Note that the 'wavs' at the end is referring to a folder named 'wavs', that has the .wav files inside of it. If it helps, the blank error came after a couple of seconds where it looked to be processing originally. Now, the error is instant.
Well, to start with, you're on an outdated version, so I suggest updating, as that line is nowhere near correct in the upstream version.
Per the documentation:
It's not a text field, it's a dropdown of names in the voice folder.
Ah shit, I must have skipped over that; sorry, it was way too early when I set this up. I'll move it over and check to see if the error repeats with the correct path
Please, keep me posted! Getting this on Colab, too. It makes sense, since there's no actual option to refresh the "dataset source" list, there was no way for me to select my voice from the list, so I just entered a path, as well.
"Refresh Voice List" on the Generate tab will do it.
Okay, I'm thinking it was user error. I've just updated the software and changed the .wav file location, and I'm no-longer getting an blank error. I'm instead getting a 'missing whisper.json' error- but I know that the fix for that is located in the wiki. Thanks again for the help.