Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 798 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 798 Bytes

GSAPool

Pytorch Implementation of GSAPool (WWW 2020)

PyTorch implementation of Structure-Feature based Graph Self-adaptive Pooling

Requirements

  • python 3.6.2
  • For the other packages, please refer to the requirements.txt

Usage

python control_shell.py or python main.py

Reference

@Article{GSAPool2020,
	author        = "Liang Zhang and Xudong Wang and Hongsheng Li and Guangming Zhu and Peiyi Shen and Ping Li and Xiaoyuan Lu and Syed Afaq Ali Shah and  Mohammed Bennamoun.",
	title         = "Structure-Feature based Graph Self-adaptive Pooling.",
	journal       = "In Proceedings of The Web Conference 2020",
	month         = "April 20-24",
	year          = "2020",
	doi           = "10.1145/3366423.3380083",
}```