Transposing numpy array is extremely simple using np.transpose function. ... np.transpose(vec) # we can also use vec.T ...
確定! 回上一頁