insightface
insightface copied to clipboard
Should I change the num_classes in finetune?
I want to use r100 pretrained model to finetune the custom face rec dataset, but the default num_classes=93431 , I have 50 people img folder, should I set the num_classes=50? (I still expect the model to be very generalised). And I want to get more detail about this parameter, thx