groups类比词典,dataset类比Numpy中的数组
读取H5文件
1 | import h5py |
写入H5文件
1 | 'test-dev.h5','w') f = h5py.File( |
字符串的特殊处理
1 | 'annot.h5','r') f = h5py.File( |
http://jeff-leaf.site/2017/09/29/Python%E5%A4%84%E7%90%86HDF5%E6%96%87%E4%BB%B6/
热爱平淡,向往未知
groups类比词典,dataset类比Numpy中的数组
1 | >>> import h5py |
1 | >>> f = h5py.File('test-dev.h5','w') |
1 | >>> f = h5py.File('annot.h5','r') |
http://jeff-leaf.site/2017/09/29/Python%E5%A4%84%E7%90%86HDF5%E6%96%87%E4%BB%B6/
微信支付