Speech-Emotion-Recognition
Speech-Emotion-Recognition copied to clipboard
ValueError: 'Recognition' is not in list
mfcc_data.append([file, features, config.class_labels.index(label)])
配置文件修改为二分类,标签名字改了,运行preprocess.py文件,出现这个错误。 请问这个怎么解决