Error: 'utf-8' codec can't decode byte 0xbd in position 0: invalid start byte #308
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#308
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?
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbd in position 0: invalid start byte
This error popped out few seconds after I start training. I already downgraded my python's version to 3.9, and reinstall the program many times. I also make sure the cuda driver is installed and up to date. However, this error still exist and the training is unable to continue. Any help and suggestion will be appreciated.
See #166