Insightface_EfficientNet
Insightface_EfficientNet copied to clipboard
EfficientNet for Deep Face Recognition
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?