arcface-pytorch icon indicating copy to clipboard operation
arcface-pytorch copied to clipboard

About acc

Open sleepy-syr opened this issue 4 years ago • 1 comments

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.

sleepy-syr avatar Dec 02 '20 03:12 sleepy-syr

Same problem with you. Have you solve this question?

Yuz-nuaa avatar May 26 '21 03:05 Yuz-nuaa