liangyihuai / my_tensorflow

The code on deep learning.
74 stars 115 forks source link

OSError: Unable to open file (File signature not found) #1

Closed lyxlty closed 4 years ago

lyxlty commented 6 years ago

你好,请问下这个怎么解决 File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper

File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper

File "h5py/h5f.pyx", line 78, in h5py.h5f.open

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

lyxlty commented 6 years ago

@liangyihuai 你好,请问下这个怎么解决 File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper

File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper

File "h5py/h5f.pyx", line 78, in h5py.h5f.open

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

liangyihuai commented 6 years ago

@lyxlty 出错的代码是什么?文件路径和文件名

lyxlty commented 6 years ago

@liangyihuai 你好,解决了,我运行了你的resnet手势识别的代码,原来是你给的数据不可以,为啥你给的数据不可以?我从新下载了一份就可以了,谢谢你了