Megvii-BaseDetection/cvpods

cvpods/ImageNetPretrained/torchvision/resnet18.pth

alpc111 opened this issue · 8 comments

where can i download the pretrained models?

You could download such file from torchvision.

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

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

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

fine, thank you

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?

@alpc111 You could download resnet18 from here

@alpc111 You could download resnet18 from here

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