热线电话:13121318867

登录
2020-08-31 阅读量: 2450
python报错 all the input arrays must have same number of dimensions......

图片.png


一般是因为hstack(a,b)中的a和b两个的维度不相同,将np.hstack(a, b)换成np.column_stack(a, b)就可以了

39.8657
0
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子