Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretrained Face Recognition Model in MS1M datasets #75

Closed
houguanqun opened this issue Dec 1, 2020 · 2 comments
Closed

Pretrained Face Recognition Model in MS1M datasets #75

houguanqun opened this issue Dec 1, 2020 · 2 comments

Comments

@houguanqun
Copy link

When I decompressed the file ’resnet50_part0_train.pth.tar‘, it was found to be damaged, can you upload it again?

@yl-1993
Copy link
Owner

yl-1993 commented Dec 2, 2020

Hi @houguanqun , the filename maybe a little confusing as it is not a tar, but a model itself. Would you mind trying the following code?

import torch
ckpt = torch.load('resnet50_part0_train.pth.tar')
print(ckpt['state_dict'].keys())

@houguanqun
Copy link
Author

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants