马春杰杰博客
致力于深度学习经验分享!

OSError: Unable to open file (file signature not found)

今天用h5pymat文件的时候报错:

OSError: Unable to open file (file signature not found)

之前我们读mat文件都是用scipy.io,但是后来MATLAB升级之后,就得用h5py读了。

这次h5py读报错,很明显就是MATLAB的问题,问题出在save函数中,之前存的时候,只是简单的save("a"),这样是不行的,这样存的还是低版本的mat,我们需要存高版本的mat,只需要将save语句改为:

save("a", "-v7.3")

即可。

赞(329) 打赏
版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《OSError: Unable to open file (file signature not found)》
文章链接:https://www.machunjie.com/trouble/code_error/949.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。

评论 抢沙发

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫

微信扫一扫

:smile: :sad: :arrow: :cool: :confused: :cry: :eek: :evil: :exclaim: :idea: :lol: :mad: :mrgreen: :neutral: :question: :razz: :redface: :rolleyes: :surprised: :wink: :biggrin: :twisted: