numpy的squeeze函数

http://blog.csdn.net/zenghaitao0128/article/details/78512715html reshape函数:改变数组的维数(注意不是shape大小)python >>> e= np.arange(10) >>> e array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]) >>> e.reshape(1,1,10) array([[[0,
相关文章
相关标签/搜索