Open GoodCoder666 opened 5 months ago
Description of changes:
Some operating systems don't use utf-8 as the default encoding, and a UnicodeDecodeError is raised when reading embedding vectors.
utf-8
UnicodeDecodeError
The issue is also described in this discussion.
Related PR: #2287
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description of changes:
Some operating systems don't use
utf-8
as the default encoding, and aUnicodeDecodeError
is raised when reading embedding vectors.The issue is also described in this discussion.
Related PR: #2287
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.