cvpods icon indicating copy to clipboard operation
cvpods copied to clipboard

cvpods/ImageNetPretrained/torchvision/resnet18.pth

Open alpc111 opened this issue 3 years ago • 8 comments

where can i download the pretrained models?

alpc111 avatar May 23 '22 06:05 alpc111

You could download such file from torchvision.

FateScript avatar May 23 '22 06:05 FateScript

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

alpc111 avatar May 23 '22 06:05 alpc111

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

FateScript avatar May 23 '22 06:05 FateScript

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 avatar May 23 '22 07:05 alpc111

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 avatar May 23 '22 13:05 alpc111

@alpc111 You could download resnet18 from here

FateScript avatar May 24 '22 03:05 FateScript

@alpc111 You could download resnet18 from here

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

alpc111 avatar May 24 '22 13:05 alpc111

resnet50.pth @alpc111

FateScript avatar May 25 '22 08:05 FateScript