You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/video-translation-main/src/lip_sync_src/facerender/animate.py:199 in load_cpk_mapping
❱ 199 mapping.load_state_dict(checkpoint["mapping"])
RuntimeError: Error(s) in loading state_dict for MappingNet:
size mismatch for first.0.weight: copying a param with shape torch.Size([1024, 73, 7]) from checkpoint, the shape in current
model is torch.Size([1024, 70, 7]).
How to address this size mismatch when loading the checkpoint?
The text was updated successfully, but these errors were encountered:
How to address this size mismatch when loading the checkpoint?
The text was updated successfully, but these errors were encountered: