Tensorflow :TypeError: Expected binary or unicode string, got array([[[0., 0., 0., …, 0., 0., 0.],

前端 未结 0 870
情书的邮戳
情书的邮戳 2021-01-23 03:45

here is the code :

# Split data in the ratio 70-30 for training and validation.
x_train = np.concatenate((abnormal_scans[:10], normal_scans[:30]), axis=0)
y_train         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题