基于deap预处理fi的情绪分析

2024-05-16 23:30:41 发布

您现在位置:Python中文网/ 问答频道 /正文

当我尝试取消拾取预处理的deap数据文件时,出现以下错误:

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)

我该怎么办?在


Tags: inpyfft数据文件错误linefilemodule