You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run test.py, I meet the error:
File "/home/leo/code_debug/vgg-face-master/test.py", line 24, in
state_dict = h5py.File('vggface.h5', 'r')
File "/home/leo/anaconda3/envs/python27/lib/python2.7/site-packages/h5py/_hl/files.py", line 312, in init
fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr)
File "/home/leo/anaconda3/envs/python27/lib/python2.7/site-packages/h5py/_hl/files.py", line 142, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
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
IOError: Unable to open file (file signature not found)
Maybe the vggface.h5 is not available. Could you provide a new file? Thanks!
The text was updated successfully, but these errors were encountered:
When I run test.py, I meet the error:
File "/home/leo/code_debug/vgg-face-master/test.py", line 24, in
state_dict = h5py.File('vggface.h5', 'r')
File "/home/leo/anaconda3/envs/python27/lib/python2.7/site-packages/h5py/_hl/files.py", line 312, in init
fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr)
File "/home/leo/anaconda3/envs/python27/lib/python2.7/site-packages/h5py/_hl/files.py", line 142, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
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
IOError: Unable to open file (file signature not found)
Maybe the vggface.h5 is not available. Could you provide a new file? Thanks!
The text was updated successfully, but these errors were encountered: