我有一个x_test大小的3D矩阵,(100, 33, 66)我想将其尺寸更改为(100, 66, 33).
x_test
(100, 33, 66)
(100, 66, 33)
使用python3.5最有效的方法是什么?我在这些方面寻找一些东西:
y = x_test.transpose()
python transpose numpy matrix python-3.x
matrix ×1
numpy ×1
python ×1
python-3.x ×1
transpose ×1