Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 288 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 288 Bytes

Files in the folder

  • data/
    • citeseer/
    • cora/
    • pubmed/
  • src/: implementation of GCN-LPA and GCN-LPA-skip

Running the code

$ pip install -r requirements.txt
$ python main.py

Hyper-parameter settings for other datasets are provided in main.py.