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
RuntimeError: Error(s) in loading state_dict for SemGCN:
size mismatch for gconv_input.0.gconv.e: copying a param with shape torch.Size([1, 46]) from checkpoint, the shape in current model is torch.Size([1, 49]).
size mismatch for gconv_layers.0.gconv1.gconv.e: copying a param with shape torch.Size([1, 46]) from checkpoint, the shape in current model is torch.Size([1, 49]).
size mismatch for gconv_layers.0.gconv2.gconv.e: copying a param with shape torch.Size([1, 46]) from checkpoint, the shape in current model is torch.Size([1, 49]).
size mismatch for gconv_layers.2.gconv1.gconv.e: copying a param with shape torch.Size([1, 46]) from checkpoint, the shape in current model is torch.Size([1, 49]).
size mismatch for gconv_layers.2.gconv2.gconv.e: copying a param with shape torch.Size([1, 46]) from checkpoint, the shape in current model is torch.Size([1, 49]).
size mismatch for gconv_layers.4.gconv1.gconv.e: copying a param with shape torch.Size([1, 46]) from checkpoint, the shape in current model is torch.Size([1, 49]).
size mismatch for gconv_layers.4.gconv2.gconv.e: copying a param with shape torch.Size([1, 46]) from checkpoint, the shape in current model is torch.Size([1, 49]).
size mismatch for gconv_layers.6.gconv1.gconv.e: copying a param with shape torch.Size([1, 46]) from checkpoint, the shape in current model is torch.Size([1, 49]).
size mismatch for gconv_layers.6.gconv2.gconv.e: copying a param with shape torch.Size([1, 46]) from checkpoint, the shape in current model is torch.Size([1, 49]).
size mismatch for gconv_output.e: copying a param with shape torch.Size([1, 46]) from checkpoint, the shape in current model is torch.Size([1, 49]).
Similar issues with other models.
The text was updated successfully, but these errors were encountered:
for e.g., with SemGCN with non-local blocks
Similar issues with other models.
The text was updated successfully, but these errors were encountered: