@@ -28,7 +28,7 @@ class DSSMReader(MultiSlotDataGenerator):
# 构建输出列表
output = []
#output.append(("sample_id", [sample_id])) # 样本ID
- output.append(("label", [label])) # 标签
+ output.append(("label", label)) # 标签
output.append(("left_features", left_features)) # 左视频特征
output.append(("right_features", right_features)) # 右视频特征