Error: 'utf-8' codec can't decode byte 0xbd in position 0: invalid start byte #308

Open
opened 2023-07-14 17:40:25 +00:00 by ramdom0427 · 1 comment

(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.

(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

See #166
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#308
No description provided.