acbull / pyHGT

Code for "Heterogeneous Graph Transformer" (WWW'20), which is based on pytorch_geometric
MIT License
775 stars 162 forks source link

Can pyHGT encode unseen nodes as graphSage do? #43

Open lingvisa opened 2 years ago

lingvisa commented 2 years ago

Hi, thanks for the great paper and open sourced code. It seems a great leap in graph learning. I have one question: my graph is very dynamic, and it won't be feasible to train an embedding for each node in the graph. Can pyHGT generate embedding for previously unseen nodes as graphSage does? Thanks for a clarification.