Insightface_EfficientNet
Insightface_EfficientNet copied to clipboard
unable to load model
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