Python: h5py快速上手. 1. 数据保存到h5 / hdf5文件. import h5py import numpy as np a = np.arange(5).reshape((1,1,1,5)) with h5py.File('test.h5', 'w') as f: ...
確定! 回上一頁