CMU-MultimodalSDK-Tutorials icon indicating copy to clipboard operation
CMU-MultimodalSDK-Tutorials copied to clipboard

UnicodeDecodeError

Open ghost opened this issue 4 years ago • 0 comments

Python exception : UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte

Encountered in the definition of the load_emb function

We tried to overcome the issue by reading the file at WORD_EMB_PATH as a binary file but we just met another problem so we assume this is not the way to go.

ghost avatar Jul 13 '20 13:07 ghost