BUPT-GAMMA / OpenHGNN

This is an open-source toolkit for Heterogeneous Graph Neural Network(OpenHGNN) based on DGL.
Apache License 2.0
848 stars 142 forks source link

No trainflow for ie-HGCN? #127

Closed buaalyx closed 2 years ago

buaalyx commented 2 years ago

❓ Questions and Help

It seems there is no specific trainflow for the new-added trainflow ie-HGCN in openhgnn/experiment.py, then how can I run this model? Thanks for the reply.

dddg617 commented 2 years ago

Thanks for the question. The answer is yes, we do not design a specific trainerflow for ie-HGCN. The experiment of this model is object classification, which is node classification, so we just use the node classification trainerflow.