LeMei / UniMSE

169 stars 24 forks source link

我把pickle 的keys 做了个输出,没有 0,1,2 可以解释下吗,感谢 #45

Closed woaixnn closed 11 months ago

woaixnn commented 11 months ago

是在preprocess.py中的一个问题,emotion_features加载了pickle文件,然后在执行这条语句(train_emotion_f, dev_emotion_f, test_emotion_f = Emotion_features[0], Emotion_features[1], Emotion_features[2])的这时会报KeyError:0的错误。当我尝试输入emotion_features的按键时,发现只有音频和视频,不是0、1、2。结果如图所示。

image

woaixnn commented 11 months ago

image

LeMei commented 11 months ago

抱歉影响了您的工作,可以和我具体说下吗,我不太记得了...

wuxy07 commented 11 months ago

抱歉影响了您的工作,可以和我具体说下吗,我不太记得了...

是在preprocess.py中的一个问题,emotion_features加载了pickle文件,然后在执行这个语句(train_emotion_f, dev_emotion_f, test_emotion_f = emotion_features[0], emotion_features[1], emotion_features[2])的时候会报KeyError:0的错误。当我尝试输出emotion_features的keys时,发现只有audio和video,并不是0、1、2。

woaixnn commented 11 months ago

是在preprocess.py中的一个问题,emotion_features加载了pickle文件,然后在执行这个语句(train_emotion_f, dev_emotion_f, test_emotion_f =情感_features[0],情感_features[1],情感_features[2])的时候会报KeyError:0的错误。当我尝试输入emotion_features的按键时,发现只有音频和视频,不是0、1、2。而且我发现在另一个文件中处理同一个pickle文件的读取方式不一样。一个是data[0],一个是data['audio'][0],感谢您的回应

togetaname commented 9 months ago

请问这个问题解决了吗

ZMM959 commented 2 weeks ago

请问这个问题解决了吗