摘要: 首先讲np.reshape data = np.array([1,2,3,4,5,6]) 不论是使用data.reshape(2,4)或者np.reshape(data,(2,,4))都不行,因为reshape后的尺寸要和原始尺寸一样 再讲np.resize data=np.array([1,2,3 阅读全文
posted @ 2022-05-13 09:47 little_power 阅读(864) 评论(0) 推荐(0)