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
posemb_grid = posemb_grid.reshape(1, gs_old_h, gs_old_w, -1).permute(0, 3, 1, 2)
RuntimeError: shape '[1, 39, 39, -1]' is invalid for input of size 589824
Thank you very much for your and your team's contribution.
Hello, I encountered this problem while trying to reproduce this model. Can anyone tell me where the issue might be?
Is it because the model and data I used do not match?
The text was updated successfully, but these errors were encountered:
posemb_grid = posemb_grid.reshape(1, gs_old_h, gs_old_w, -1).permute(0, 3, 1, 2)
RuntimeError: shape '[1, 39, 39, -1]' is invalid for input of size 589824
Thank you very much for your and your team's contribution.
Hello, I encountered this problem while trying to reproduce this model. Can anyone tell me where the issue might be?
Is it because the model and data I used do not match?
The text was updated successfully, but these errors were encountered: