Should the training data folder contain spaces, train.py will interpret as arguments #14
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#14
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?
Don't know if this is something that should be taken care of on the UX side of things, but if the training data folder/yaml contains spaces (for example "your mom" as opposed to "yourmom"), you will get the error:
Maybe easily diagnosable for some, but amateurs might struggle.
I had a gut feeling it was going to crop up. I'm not necessarily sure how, since I thought I took care in wrapping the proxied argument in "s, but I guess that's not good enough. I'll replicate the error and slap whatever fix I need.
Remedied in
bacac6daea
. God only knows why Python splits arguments by spaces, regardless of wrapping it in quotes. I guess it makes sense why the issue only pops up there and nowhere else.