The question about function Topk #5074
Answered
by
wsad1
jiaruHithub
asked this question in
Q&A
-
When I use a function for experiments, I want to select top K scores:
But the error is reported:
Can you tell me why?Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
wsad1
Jul 28, 2022
Replies: 1 comment 1 reply
-
With |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jiaruHithub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With
batch
astype(torch.long)
the code you shared runs fine for me Which version of torch_scatter and pyg are you using?