IndexError: list index out of range #239
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#239
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?
Hello,
Since I updated this App around 2 weeks ago, training is not working anymore. I always get "IndexError: list index out of range" when I try to start the training. This happened with multiple voices and training datasets, which worked before as well as newly created datasets. The full log is:
Your batch size isn't evenly divisible by your gradient accumulation size. Stick to even numbers for both values.
I got the same issue today after updating for the first time in a while. Is this even divisibility constraint something we could add to the "Validate Training Configuration" option when it determines our recommended settings?