Trying to Transcribe but getting error: 'Missing dataset: ./training/voice1//whisper.json' #223
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#223
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?
I'm trying to prepare my dataset for training. I put in all the wav files into a folder under the Voices directory. I've left all the settings in Prepare Dataset tab as default. I select the dataset source to be the folder I put all my wavs into. Then I hit Transcribe and Process. The console output gives me this:
Processed dataset to: ./training/voice1/
Missing dataset: ./training/voice1//whisper.json
Also when I look at the command prompt, it's failing to transcribe each of my wav files giving an error saying that the system cannot find the file specified. But all the wav files are there so I dunno why its giving me this message.
Any idea why this is happening?
This thread might solve this #177
I think I fixed this with:
cd ai-voice-cloning
source ./venv/bin/activate
sudo apt install ffmpeg (and maybe a pip install ffmpeg)
deactivate
I might have incidentally fixed this in commit
853c7fdccf
, if you were using "Transcribe All" instead (which transcribes ALL voices, rather than the selected one).In short, my training rig had the transcribe and slice blocks commented out for transcribing all and it somehow made its way upstream. Apologies.