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
First of all, thank you very much for your nice work!
Some problems occurred when using the provided checkpoint and code to test the demo GF2 image
File "PanFormer-main\models\common\modules.py", line 394, in forward
dots += self.pos_embedding[self.relative_indices[:, :, 0], self.relative_indices[:, :, 1]]
IndexError: tensors used as indices must be long, byte or bool tensors
I haven't modified the config file and PSData file. How can I solve the above problems? Thank you in advance for your reply
The text was updated successfully, but these errors were encountered:
First of all, thank you very much for your nice work!
Some problems occurred when using the provided checkpoint and code to test the demo GF2 image
I haven't modified the config file and PSData file. How can I solve the above problems? Thank you in advance for your reply
The text was updated successfully, but these errors were encountered: