AdaFace icon indicating copy to clipboard operation
AdaFace copied to clipboard

Is there a pre-trained classification head?

Open lengqianqi opened this issue 9 months ago • 0 comments

When I load a pre-trained model to finetune my task, even though it works well when using the model for inference for face search, it works poorly during training. I realize that this is due to the fact that the parameters (kernel) of the classification header are randomly initialized during training, so loading the pre-trained model is of limited help. So I would like to ask the authors if there are existing classification header weights?

lengqianqi avatar Jul 10 '25 07:07 lengqianqi