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
Hi! Greatly appreciate your work! It seems that pretrained weights that you provided in issue #1 doesn't match the code:
layers are named differently
there is size mismatch in some layers, f.e. size mismatch for layer3.3.conv2.ffc.convl2l.weight: copying a param with shape torch.Size([192, 192, 3, 3]) from checkpoint, the shape in current model is torch.Size([128, 128, 3, 3]).
Can you please check it out?
The text was updated successfully, but these errors were encountered:
Hi! Greatly appreciate your work! It seems that pretrained weights that you provided in issue #1 doesn't match the code:
Can you please check it out?
The text was updated successfully, but these errors were encountered: