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

SeHGNN #198

Closed loadingyy closed 2 months ago

loadingyy commented 1 year ago

Description

[Model] SeHGNN on ogbn-mag

dddg617 commented 1 year ago

We are re-implementing a model based on OpenHGNN, not directly copying the code from the author, which will make the trainer too long. Why not directly use the trainerflow node_classification.py? I think directly use the node_classification.py will be much easier.