deepid2_caffe icon indicating copy to clipboard operation
deepid2_caffe copied to clipboard

> Why this error was thrown when I run this net?

Open Zoejkr opened this issue 5 years ago • 2 comments

Why this error was thrown when I run this net? registry.count(type) == 1 (0 vs. 1) Unknown layer type: Identity2Verify

You should merge deepid2_caffe/caffe_master/src/caffe/layers/ into your caffe dir.

Originally posted by @wuqianliang in https://github.com/wuqianliang/deepid2_caffe/issues/6#issuecomment-470001189

Thanks,that problem has been solved. But during trianning the deepid2 net, the sim_loss was always 0, and the last accuracy was about 90.3%. So why the sim_loss was 0?

Zoejkr avatar Mar 13 '19 11:03 Zoejkr

Why this error was thrown when I run this net? registry.count(type) == 1 (0 vs. 1) Unknown layer type: Identity2Verify

You should merge deepid2_caffe/caffe_master/src/caffe/layers/ into your caffe dir.

Originally posted by @wuqianliang in #6 (comment)

Thanks,that problem has been solved. But during trianning the deepid2 net, the sim_loss was always 0, and the last accuracy was about 90.3%. So why the sim_loss was 0?

i keep training the lfw-aligned set ,however accuracy keeps going down along 65percent , could u teel me what training-set or param for fullconnect layer are you using ? thanks a lot

Yodamt avatar Mar 13 '19 12:03 Yodamt

Why this error was thrown when I run this net? registry.count(type) == 1 (0 vs. 1) Unknown layer type: Identity2Verify

You should merge deepid2_caffe/caffe_master/src/caffe/layers/ into your caffe dir. Originally posted by @wuqianliang in #6 (comment) Thanks,that problem has been solved. But during trianning the deepid2 net, the sim_loss was always 0, and the last accuracy was about 90.3%. So why the sim_loss was 0?

i keep training the lfw-aligned set ,however accuracy keeps going down along 65percent , could u teel me what training-set or param for fullconnect layer are you using ? thanks a lot

Actually, I use the MS-celeB-1M datasets as training-set while lfw-aligned as testind-set afterwards, and finally use the sphereface as my model; I found that the sphereface model much strongger than deepid model series

wuqianliang avatar Mar 19 '19 02:03 wuqianliang