Python: How do I turn a 4D (X,Y,Z,W) Array into a 1D Array?

后端 未结 0 775
误落风尘
误落风尘 2021-02-13 10:19

My array is in the shape of:

(3128,80,3,1)

I would like to convert this array to (3128), effectively turning the (80,3,1) section into a single output.

Here

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