CMU-MultimodalSDK-Tutorials
CMU-MultimodalSDK-Tutorials copied to clipboard
UnicodeDecodeError
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.