-
Notifications
You must be signed in to change notification settings - Fork 24
Home
yl-1993 edited this page Jun 26, 2019
·
6 revisions
Model | LFW | AgeDB-30 | CFP-FF | CFP-FP |
---|---|---|---|---|
resnet18-softmax | 0.9910(0.0037) | 0.9265(0.0211) | 0.9857(0.0046) | 0.8873(0.0178) |
resnet18-cosface | 0.9887(0.0041) | 0.9275(0.0131) | 0.9871(0.0043) | 0.8453(0.0164) |
resnet34-softmax | 0.9930(0.0035) | 0.9407(0.0155) | 0.9920(0.0026) | 0.9231(0.0112) |
resnet34-cosface | 0.9927(0.0042) | 0.9438(0.0136) | 0.9931(0.0025) | 0.8900(0.0134) |
resnet50-softmax | 0.9927(0.0033) | 0.9415(0.0187) | 0.9926(0.0022) | 0.9149(0.0163) |
resnet50-cosface | 0.9938(0.0030) | 0.9508(0.0118) | 0.9924(0.0040) | 0.9024(0.0129) |
resnet101-softmax | 0.9942(0.0036) | 0.9593(0.0103) | 0.9957(0.0026) | 0.9507(0.0124) |
resnet101-cosface | 0.9967(0.0030) | 0.9558(0.0117) | 0.9957(0.0029) | 0.9271(0.0155) |
Download models from BaiduYun (passwd: empb)
Q: "An MPI process has executed an operation involving a call to the "fork()" system call to create a child process."
A: The warning indicates your OpenMPI library probably doesn't support threads. You can set workers=0
or compile with the Intel MPI or MPICH libraries.