pose_param_net = load_ckpt_to_net(os.path.join(args.ckpt_dir, 'latest_pose.pth'), pose_param_net, map_location=my_devices)
size mismatch for r: copying a param with shape torch.Size([17, 3]) from checkpoint, the shape in current model is torch.Size([20, 3]).
how should I do? thanks a lot