Train.py Traceback Error #81
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#81
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've updated CUDA, I've deleted and reinstalled the venv. I've run a forced update.
What am I missing?
That line tries to load your training yaml file.
I assume you're launching train.bat
You have to pass the yaml file to train.bat
like this
train.bat "./training/yourvoice/train.yaml"
You shouldn't be running
train.bat
directly, it's meant to be ran through the web UI.If you insist on running it directly, you should at least look at the arguments it takes.