Source code of AAAI21-Heterogeneous Graph Structure Learning for Graph Neural Networks
Go to file
Andy Zhao 928e8d1d6a
Delete AAAI21_HGSL PrePrint.pdf
2021-04-20 15:56:46 +08:00
data Initial commit 2020-12-19 17:28:56 +08:00
paper Delete AAAI21_HGSL PrePrint.pdf 2021-04-20 15:56:46 +08:00
slides Slides updated 2021-02-23 23:01:49 +08:00
src Initial commit 2020-12-19 17:28:56 +08:00
.DS_Store Paper added 2020-12-19 22:26:40 +08:00
.gitignore Git ignore updated 2021-02-23 23:06:02 +08:00
LICENSE Initial commit 2020-12-08 11:23:53 +08:00
README.md Update README.md 2021-02-23 22:38:57 +08:00

README.md

HGSL

Source code of AAAI submission "Heterogeneous Graph Structure Learning for Graph Neural Networks"

Requirements

Python Packages

  • Python >= 3.6.8
  • Pytorch >= 1.3.0

GPU Memmory Requirements

  • ACM >= 8G
  • DBLP >=5G
  • Yelp >=3G

Usage

Take DBLP dataset as an example: python train.py --dataset='dblp'