Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -94,7 +94,7 @@ if __name__ == "__main__": | ... | @@ -94,7 +94,7 @@ if __name__ == "__main__": |
94 | #listGroup.append(group[0]) | 94 | #listGroup.append(group[0]) |
95 | #listSign.append(group[1]) | 95 | #listSign.append(group[1]) |
96 | #listLabels.append(label + group[1]) | 96 | #listLabels.append(label + group[1]) |
97 | - listLabels.append(label + group) | 97 | + listLabels.append(label) |
98 | print(" Reading vectors done!") | 98 | print(" Reading vectors done!") |
99 | print(" Len vectors: " + str(len(listVectors))) | 99 | print(" Len vectors: " + str(len(listVectors))) |
100 | print(" Len labels: " + str(len(listLabels))) | 100 | print(" Len labels: " + str(len(listLabels))) | ... | ... |
-
Please register or login to post a comment