TypeError: Required parameter edge_index is empty. #8839
Unanswered
LLLLucensus
asked this question in
Q&A
Replies: 1 comment
-
I cannot reproduce this. Do you mind to share a reproducible example? Can you also try to call via |
Beta Was this translation helpful? Give feedback.
0 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.
-
It seems to be the internal error torch_geometric. Do anybody know the solution or tricks to walk around it?
File "/opt/conda/lib/python3.7/site-packages/torch_geometric/nn/conv/message_passing.py", line 257, in propagate
msg_kwargs = self.distribute(self.msg_params, kwargs)
File "/opt/conda/lib/python3.7/site-packages/torch_geometric/nn/conv/message_passing.py", line 180, in distribute
raise TypeError(f'Required parameter {key} is empty.')
TypeError: Required parameter edge_index is empty.
Beta Was this translation helpful? Give feedback.
All reactions