vgg-face icon indicating copy to clipboard operation
vgg-face copied to clipboard

load vgg-face pre-trained caffe model using pytorch

Results 1 vgg-face issues
Sort by recently updated
recently updated
newest added

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)...