We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
数据集我选择了原始的SIMS数据集,使用DataPre.py文件对其进行了特征提取,最终得到了featurs.pkl。然后我将其带入了self模型进行训练,它在“/Self-MM-main/data/load_data.py”出现了报错,报错如下图:
我发现通过DataPre提取的features.pkl文件,没有包含regression_labels_T、regression_labels_V、regression_labels_A、classification_labels_A、classification_labels_T、classification_labels_V的值。而您在百度网盘中提供的SIMS/Processed/unaligned_39.pkl中是包含这些值的。
请问我是不是在特征提取这一步中做错了呢?
The text was updated successfully, but these errors were encountered:
同学你好,请问你的问题解决了么?我也遇到了这个问题,不知道怎么解决~
Sorry, something went wrong.
你好,datapre可以用吗,我连datapre提取sims都不行
不行哎,这份代码我run不了
No branches or pull requests
数据集我选择了原始的SIMS数据集,使用DataPre.py文件对其进行了特征提取,最终得到了featurs.pkl。然后我将其带入了self模型进行训练,它在“/Self-MM-main/data/load_data.py”出现了报错,报错如下图:
我发现通过DataPre提取的features.pkl文件,没有包含regression_labels_T、regression_labels_V、regression_labels_A、classification_labels_A、classification_labels_T、classification_labels_V的值。而您在百度网盘中提供的SIMS/Processed/unaligned_39.pkl中是包含这些值的。
请问我是不是在特征提取这一步中做错了呢?
The text was updated successfully, but these errors were encountered: