Writing and reading numpy arrays with different number of dimensions to/from file

前端 未结 0 412
有刺的猬
有刺的猬 2021-01-05 18:46

I have three numpy arrays with diferent dimensions:

a.shape -> (100,100)

b.shape -> (101)

c.shape -> (101)

What is the easiest way to sa

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