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

cvpods/ImageNetPretrained/torchvision/resnet18.pth #90

Open
alpc111 opened this issue May 23, 2022 · 8 comments
Open

cvpods/ImageNetPretrained/torchvision/resnet18.pth #90

alpc111 opened this issue May 23, 2022 · 8 comments
Assignees

Comments

@alpc111
Copy link

alpc111 commented May 23, 2022

where can i download the pretrained models?

@FateScript
Copy link
Member

You could download such file from torchvision.

@alpc111
Copy link
Author

alpc111 commented May 23, 2022

when i use the model from torchvision i find the name of parameters are different
like this
2022-05-23 05:25:14 | INFO | cvpods.checkpoint.checkpoint:239 - Some model parameters are not in the checkpoint:
�[34mbackbone.stem.conv1.weight�[0m
�[34mbackbone.stem.conv1.norm.{weight, bias, running_mean, running_var}�[0m
�[34mbackbone.res2.0.shortcut.weight�[0m
�[34mbackbone.res2.0.shortcut.norm.{weight, bias, running_mean, running_var}�[0m
�[34mbackbone.res2.0.conv1.weight�[0m
.........
2022-05-23 05:25:14 | INFO | cvpods.checkpoint.checkpoint:243 - The checkpoint contains parameters not used by the model:
�[35mconv1.weight�[0m
�[35mbn1.{running_mean, running_var, weight, bias}�[0m
�[35mlayer1.0.conv1.weight�[0m
�[35mlayer1.0.bn1.{running_mean, running_var, weight, bias}�[0m
�[35mlayer1.0.conv2.weight�[0m
�[35mlayer1.0.bn2.{running_mean, running_var, weight, bias}�[0m
�[35mlayer1.0.conv3.weight�[0m
�[35mlayer1.0.bn3.{running_mean, running_var, weight, bias}�[0m

@FateScript
Copy link
Member

Ok, it seems that it's a inner vision pth file. I will upload it later. Plz remind me if neccessry.

@alpc111
Copy link
Author

alpc111 commented May 23, 2022

Ok, it seems that it's a inner vision pth file. I will upload it later. Plz remind me if neccessry.

fine, thank you

@alpc111
Copy link
Author

alpc111 commented May 23, 2022

Ok, it seems that it's a inner vision pth file. I will upload it later. Plz remind me if neccessry.

so, have you uploaded the pretrain models?

@FateScript
Copy link
Member

@alpc111 You could download resnet18 from here

@alpc111
Copy link
Author

alpc111 commented May 24, 2022

@alpc111 You could download resnet18 from here

sry, which really I need is resnet50. can you upload one?

@FateScript
Copy link
Member

FateScript commented May 25, 2022

resnet50.pth @alpc111

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

3 participants