-
Hi, I'd like implement a heterogeneous network with
I received this error: Is it possible to infer |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
After some browsing in the discussions, I found out that this can be achieved with Another requirement is that some edges contain no
Is the only solution to pass e.g. |
Beta Was this translation helpful? Give feedback.
to_hetero
currently assumes that all edge types have the same information. Your workaround should definitely work.