ValueError: all the input array dimensions for the concatenation axis must match exactl

前端 未结 0 453
忘了有多久
忘了有多久 2021-02-05 05:53

I have a numpy array with shape (84, 13, 1036800) and I want to add a 1d array with len 1036800 to it so that the shape becomes (84, 14, 1036800)

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