You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Lightang6, you are referring to the wrong file. Please download "mobilenet-nnconv5dw-skipadd-pruned.pth.tar" and then add the following command while loading the model:
checkpoint = torch.load("mobilenet-nnconv5dw-skipadd-pruned.pth.tar")
I used the pretrained model directly , but there is a bug exist , the dict of Pretrained MobileNet has no "model " or "best_result"
The text was updated successfully, but these errors were encountered: