OverflowError: Python int too large to convert to C int #35
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#35
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 get the following error while trying to start training. My last pull (before the current one) was
7d1220e83e
, and it works fine on that commit, so I'm pretty certain the cause of this error is in the commits that follow it.I'll slap it under a try/except block.
It's odd that it throws an error, since I have two different training sessions (one locally, one on a paperspace instance) and they haven't had issues.
Speaking of odd, I just tabbed into the local one and it's already wigging out due to some discrepancies:
Should be fixed in commit
aafeb9f96a
. I threw it and a possible division-by-zero in try/except blocks.There were some other logic errors, probably due to
[some cope about being up early with little sleep]
and not actually babysitting the output.