-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Error while loading dwords.p file #17
Comments
export LC_ALL=en_US.UTF-8 |
export LC_ALL=en_US.UTF-8 I have installed h5py library also Traceback (most recent call last): Please help me |
are you using Python 3? |
try |
Traceback (most recent call last):
File "/home/bindu/Desktop/text similarity/Siamese-LSTM-master/SiameseLSTM.py", line 403, in
dtr=pickle.load(open("./dwords.p",'rb'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 4: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: