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
Loading the model weights from a certain repository failed, and I found that the shape of the SubMConv3d object in weight.pt is (1, 3, 3, 32, 64), which differs from the model's shape (64, 1, 3, 3, 32) in the new spconv version. So, if I permute this shape, I need to confirm if this is correct?
The text was updated successfully, but these errors were encountered:
Loading the model weights from a certain repository failed, and I found that the shape of the SubMConv3d object in weight.pt is (1, 3, 3, 32, 64), which differs from the model's shape (64, 1, 3, 3, 32) in the new spconv version. So, if I permute this shape, I need to confirm if this is correct?
The text was updated successfully, but these errors were encountered: