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
Hello, in server.py I get a dimension error: While copying the parameter named consensus.fc_fusion_scales.0.3.weight, whose dimensions in the model are torch.Size([1515, 256]) and whose dimensions in the checkpoint are torch.Size([27, 256]).
precisely in this line: net.load_state_dict(base_dict)
The text was updated successfully, but these errors were encountered:
Hello, in server.py I get a dimension error: While copying the parameter named consensus.fc_fusion_scales.0.3.weight, whose dimensions in the model are torch.Size([1515, 256]) and whose dimensions in the checkpoint are torch.Size([27, 256]).
precisely in this line: net.load_state_dict(base_dict)
The text was updated successfully, but these errors were encountered: