混淆矩阵给出0,而CNN分类
I'am trying to create my first CNN for stellite image classification. I tried to do the same here
我必须预测来自这些数组的7个类(我的数据是将卫星图像(sentinel2)转换为数组:nbands = 32和nclass = 7
我的混淆矩阵甚至给出了0个冷杉类名。我确定我错误地无法使用我的参数修改代码
# Print the shape of reshaped data
print(train.shape, ...