2020-08-31
阅读量:
2450
python报错 all the input arrays must have same number of dimensions......
一般是因为hstack(a,b)中的a和b两个的维度不相同,将np.hstack(a, b)换成np.column_stack(a, b)就可以了






评论(0)


暂无数据
推荐帖子
2条评论
0条评论
2条评论