valeoai / rangevit

Apache License 2.0
74 stars 6 forks source link

A data dimension issue. #10

Open L14ngM opened 1 month ago

L14ngM commented 1 month ago

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?