a = np.zeros((10, 2)) >>> b = a.T >>> c = b.view() >>> c.shape = (20) AttributeError: incompatible shape for a non-contiguous array. python ...
確定! 回上一頁