Skip to content
Discussion options

You must be logged in to vote

Can you share some reproducible script with us? In general, RGATConv expects a single node feature matrix x, a single matrix edge_index and a corresponding edge_type vector. In that sense, its input is somewhat different from the input given by HeteroData (which represents features and edges across types within a dictionary). As such, you can use HeteroConv or to_hetero (as discussed in the doucmentation) for use with HeteroData.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Famirreza
Comment options

@rusty1s
Comment options

Answer selected by Famirreza
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants