ronghuaiyang / arcface-pytorch

1.74k stars 392 forks source link

About acc #79

Open sleepy-syr opened 3 years ago

sleepy-syr commented 3 years ago

Why is acc calculated in this way?acc = np.mean((output == label).astype(int)) The accs obtained by training my own data set are all 0.0625, 0.125, 0.1875 these numbers repeatedly appear,does it have anything to do with the calculation method of acc?And the acc on the verification set I made is always these numbers or 0.0, it is the result of using the pre-trained model, is there any solution? Thank you.

Yuz-nuaa commented 3 years ago

Same problem with you. Have you solve this question?