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

使用keras在加载网络网络参数的时候出现这个问题

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

这是因为加载的数据问题不完整或非hdf5文件。

你可能感兴趣的:(掉过的坑,AI/ML/DL)