Replies: 1 comment 8 replies
-
@maximocrv could you please your data or a sample of data that captures the traits of your data well. That would help debug this faster. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have followed the guide provided here with a custom dataset, and when I try to call
T.ToUndirected()(custom_data)
I get the following error:RuntimeError: index -1 is out of bounds for dimension 0 with size 80083
, which arises from the call toout.scatter_add_
intorch_scatter/scatter.py
. On the other handT.AddSelfLoops()
andT.NormalizeFeatures()
seem to work fine, so I am not sure what the issue is. Any ideas as to what the problem could be?Beta Was this translation helpful? Give feedback.
All reactions