Arthimatic and combining in 3D Arrays Numpy

后端 未结 0 795
挽巷
挽巷 2020-11-28 03:44

let\'s say I have a 3D array x:

x = np.arange(0, 24).reshape(4, 3, 2)

output: 
array([[[ 0,  1],
    [ 2,  3],
    [ 4,  5]],

   [[ 6,  7],
    [ 8,  9],
           


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