ManyuChang

Results 3 comments of ManyuChang

@ChidanandKumarKS Hello! Have you solved the problem?

I solved it by changing X,Y = iterator.next() into Data = iterator.next() X = Data['raw_data'] Y = Data['labels'] And I get the right result.