microsoft / multiview-human-pose-estimation-pytorch

This is an official Pytorch implementation of "Cross View Fusion for 3D Human Pose Estimation, ICCV 2019".
MIT License
541 stars 89 forks source link

can't run valid.py #48

Open Essen4 opened 2 years ago

Essen4 commented 2 years ago

after python run/pose2d/valid.py --cfg experiments-local/mixed/resnet50/256_fusion.yaml size mismatch for aggre_layer.aggre.0.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]). size mismatch for aggre_layer.aggre.1.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]). size mismatch for aggre_layer.aggre.2.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]). size mismatch for aggre_layer.aggre.3.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]). size mismatch for aggre_layer.aggre.4.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]). size mismatch for aggre_layer.aggre.5.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]). size mismatch for aggre_layer.aggre.6.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]). size mismatch for aggre_layer.aggre.7.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]). size mismatch for aggre_layer.aggre.8.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]). size mismatch for aggre_layer.aggre.9.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]). size mismatch for aggre_layer.aggre.10.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]). size mismatch for aggre_layer.aggre.11.weight: copying a param with shape torch.Size([6400, 6400]) from checkpoint, the shape in current model is torch.Size([4096, 4096]).

how can i solve it ? thank you.

liuhaoyuyh commented 2 months ago

Have you solved it? How do you solve it?