Python将np数组保存成npy文件

np.save("filename.npy",a)
b = np.load("filename.npy")

 

posted @ 2019-10-09 21:42  bH1pJ  阅读(621)  评论(0编辑  收藏  举报