When I am trying unpickle preprocessed deap data file, the following error occurs:
File "D:/EEG_emotion_clasification-bd30dab4660735e8bb9c566f97b98b22ec8073f2/fitur_extraction/fft.py", line 210, in <module>
dataset=pickle.load(open('D:\deap\data_preprocessed_python\s0'+str(i)+'.dat','rb'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd7 in position 0: ordinal not in range(128)
What should I do?