Siamese-LSTM
Siamese-LSTM copied to clipboard
Getting Error while loading dwords.p file
Traceback (most recent call last):
File "/home/bindu/Desktop/text similarity/Siamese-LSTM-master/SiameseLSTM.py", line 403, in
export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 where I have to set these properties, I tried by setting in bashrc file but I am still getting the same error again
I have installed h5py library also
Traceback (most recent call last):
File "alignDraw.py", line 3, in
Please help me
are you using Python 3? it works on Python 2
try dtr=pickle.load(open("./dwords.p",'rb'), encoding='latin1')