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
hi, I got a runtime error when executing>python repr_code.py --reload_from 4000000 after replacing all file in data/github, here is the detail:RuntimeError: Expected tensor for argument #1 'indices' to have scalar type Long; but got torch.cuda.IntTensor instead (while checking arguments for embedding)
Could you help me figure it out? Thank you so much!
Environment:
Python 3.8
torch 1.4
The text was updated successfully, but these errors were encountered:
hi, I got a runtime error when executing
>python repr_code.py --reload_from 4000000
after replacing all file in data/github, here is the detail:RuntimeError: Expected tensor for argument #1 'indices' to have scalar type Long; but got torch.cuda.IntTensor instead (while checking arguments for embedding)
Could you help me figure it out? Thank you so much!
Environment:
Python 3.8
torch 1.4
The text was updated successfully, but these errors were encountered: