ValueError: Shapes () and (1, 1) are incompatible

将标签reshape一下
label = np.asarray(label).astype(‘float32’).reshape((-1,1))

你可能感兴趣的:(tensorflow)