Insightface_EfficientNet icon indicating copy to clipboard operation
Insightface_EfficientNet copied to clipboard

unable to load model

Open nitishsaDire opened this issue 3 years ago • 0 comments

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

nitishsaDire avatar Sep 08 '22 18:09 nitishsaDire