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
Hello! I am just a user of this code base, rather than involved in the development but I might be able to help? Can I ask where your example code comes from?
where num_features_src_type is the number of features for the node type of your source node and num_features_dst_type is the number of features on the destination node.
That means that for the layer you define in your example, for conv1[("n1","e1","n1")], I would have expected
conv1[("n1","e1","n1")] = HeteroSAGEConv(800,600,800), if your desired hidden dimension is 600 and the number of features on node type n1 is 800, as it suggests from the definition of conv1[("n1","e0","n0")]. I might be able to help more if you explain a bit more what you are trying to achieve in your example?
I'm sorry I didn't find a good example code or documentation online that I can follow.
In example code below, how come the GNN didn't require a dimension 200/350/800 input?
The text was updated successfully, but these errors were encountered: