Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 496 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 496 Bytes

HDE

Code for ICDM2021 Heterogeneous Graph Neural Network with Distance Encoding and its TKDE extended version: Distance Information Improves Heterogeneous Graph Neural Networks

Requirement

  • Python version >= 3.7
  • PyTorch version >= 1.4.0
  • torchmetrics version == 0.7.0

How to run?

To run DHN on link prediction:

Python icdm.py

To run experiment with Efficient-HDE:

cd EHDE
python train.py

If you have any problems, feel free to contact me [email protected].