selected index k out of range when attempting to gen more than 2 candidates #406
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#406
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?
Not sure why I've never been able to generate more than 2 samples at a time. I always get this error.
I remember it working in the past, but the only thing that comes to mind is if you have
Unsqueeze Sample Batches
checked, it might botch some things.After spot-checking the code, it shouldn't be having that issue. It's rather silly if it's from candidates >= sample size, so I pushed a possible (untested) fix.