I can't change the shape of the numpay array

后端 未结 0 1751
情书的邮戳
情书的邮戳 2020-12-16 16:08

I cant change shape of numpy array/

dataset[i].shape   # (1134, )
dataset[i] = dataset[i].reshape((18, 63))

ValueError: could not broadcast input array from          


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