Error opening file in H5PY (File signature not found)

前端 未结 4 1808
花落未央
花落未央 2020-12-17 08:47

I\'ve been using the following bit of code to open some HDF5 files, produced in MATLAB, in python using H5PY:

import h5py as h5
data=\'dataset.mat\'
f=h5.Fil         


        
4条回答
  •  天涯浪人
    2020-12-17 09:12

    Usually this happens when files are corrupted. I faced this problem and downloaded the file again and it resolves the issues.

提交回复
热议问题