How to use numpy.reshape for swapping axes of an array

后端 未结 0 910
暖寄归人
暖寄归人 2020-11-27 18:36

I have a huge empty array (300000,80,80) that I want to swap its axes using numpy.reshape. I\'ve tried numpy.rollaxis, numpy.swapaxes

相关标签:
回答
  • 消灭零回复
提交回复
热议问题