报错:h5文件读取失败-OSError:Unable to open file (file signature not found)

转载自腾讯云:https://cloud.tencent.com/developer/article/1451539
报错原因,h5文件不完整,不要相信github和网络!!!
使用keras在加载网络网络参数的时候出现这个问题

File "h5py\h5f.pyx", line 78, in h5py.h5f.open
OSError: Unable to open file (file signature not found)

当换个h5文件的时候就正常了,考虑可能是之前的h5文件没有保存成功。

检查一下文件大小,证实了自己猜想,同样的网络大小却不同。

原因可能h5保存时因为一些原因保存失败了,在进行读取时会验证完整性签名信息(file signature not found)。验证失败了,无法读取。

以后大家遇到这个问题时,首先确认一下h5文件是否是完整正确的。

怎么确认呢?可以从h5文件的来源和文件大小做个简单判断。

hope this helps

posted @ 2020-12-25 16:13  pythoner_wl  阅读(6455)  评论(0编辑  收藏  举报