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
size mismatch for encoder_another_conv1.weight: copying a param with shape torch.Size([64, 3, 7, 7]) from checkpoint, the shape in current model is torch.Size([64, 1, 7, 7]).
#36
Open
antiqueChariot opened this issue
Sep 19, 2021
· 1 comment
Following error is coming while loading the model :
RuntimeError: Error(s) in loading state_dict for RoadSeg:
size mismatch for encoder_another_conv1.weight: copying a param with shape torch.Size([64, 3, 7, 7]) from checkpoint, the shape in current model is torch.Size([64, 1, 7, 7]).
The text was updated successfully, but these errors were encountered:
Following error is coming while loading the model :
RuntimeError: Error(s) in loading state_dict for RoadSeg:
size mismatch for encoder_another_conv1.weight: copying a param with shape torch.Size([64, 3, 7, 7]) from checkpoint, the shape in current model is torch.Size([64, 1, 7, 7]).
The text was updated successfully, but these errors were encountered: