-
[Error] Expected tensor for argument #1 'indices' to have scalar type Long; but got torch.IntTensor instead (while checking arguments for embedding)Setting & Error 2021. 8. 11. 01:28반응형
torch.from_numpy(np.random.randint(1, V, size=(batch, 10))) 를
torch.from_numpy(np.random.randint(1, V, size=(batch, 10))).long() 로 바꾼다. long() 붙이기
아래 사이트 참고
https://www.gitmemory.com/issue/nikitakit/self-attentive-parser/25/498689123
반응형'Setting & Error' 카테고리의 다른 글