I'am using numpy and have an array (ndarray type) which contain some values. Shape of this array 1000x1500. I reshaped it brr = np.reshape(arr, ...
確定! 回上一頁