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
It seems the issue lies within my code. I encountered an error similar to the one discussed in pyg-team/pytorch_geometric#5652. I built a model as shown below, but neither ChebConv nor kanChebConv supports handling heterogeneous graphs. They require the input x to be a tensor, not a tuple. Do you know how to resolve this issue? I would greatly appreciate your help.
This is a great job! I tried to use it with HeteroConv, but it failed. Can the author offer any advice?
The text was updated successfully, but these errors were encountered: