我很难理解numpy.transpose 实际上是如何工作的。 例如 a_value = array([[[0, 1], [2, 3]], [[4, 5], [6, 7]]]) 当我这样做时 np.transpose(a_value, (2, 1, 0))
確定! 回上一頁