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
A question that I have is that how can we use HGT to classify heterogeneous graphs?
Currently, the training examples that are provided are for node classification where we have one object of class Graph.
I was wondering how it's possible to have numerous objects of class Graph in which each object has a specific label.
Any help in this regard is greatly appreciated.
The text was updated successfully, but these errors were encountered:
For graph classification, you could either add a pooling layer over all node embeddings (such as average pooling), or add a virtual node in the graph as summary node.
Hi,
Thanks for making the source of HGT public.
A question that I have is that how can we use HGT to classify heterogeneous graphs?
Currently, the training examples that are provided are for node classification where we have one object of
class Graph
.I was wondering how it's possible to have numerous objects of
class Graph
in which each object has a specific label.Any help in this regard is greatly appreciated.
The text was updated successfully, but these errors were encountered: