Insightface_EfficientNet icon indicating copy to clipboard operation
Insightface_EfficientNet copied to clipboard

EfficientNet for Deep Face Recognition

Results 4 Insightface_EfficientNet issues
Sort by recently updated
recently updated
newest added

Thank you for such good work, can I request a pre-trained model of Efficientnet-b4?

Hi, I have tried loading the model as: from torchvision import models model = models.efficientnet_b7() model.load_state_dict(torch.load('modelparam20.pt')) It is giving errors

Thanks for the good work. But where is the training script.

can tou tell me how to run the code?How can I get the result successfully?