Leoliu-HITLab
Leoliu-HITLab
> However, if you're in a rush, I believe split the dataset randomly and run re-train our model produces a similar result reported in the paper. Thanks, I have obtained...
When I download the pre-train model and meet the error: IOError: [Errno 2] No such file or directory: '/path/to/identity_meta.csv' Could you provide complete files? Thanks!
It is an interesting work. But how could I download the pre-trained ResNet-50 model on UMD-Faces and VGG datasets. Would you provide the download link? Thank you!
How to understand the para `weight_neg, weight_rec, weight_kl`? What is the relationship between them and `alpha, beta` in Introvae paper?
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)...
Your work is very interseting. When i run train_lfw.py, i meet the error: AttributeError: 'Dense' object has no attribute 'conv_refin' Could you help solve it? Thanks.