LifangHe / SAGPool

Official PyTorch Implementation of SAGPool - ICML 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch implementation of Self-Attention Graph Pooling

PyTorch implementation of Self-Attention Graph Pooling

SAGPool

Requirements

  • torch_geometric
  • torch

Usage

python main.py

Cite

@InProceedings{pmlr-v97-lee19c,
  title = 	 {Self-Attention Graph Pooling},
  author = 	 {Lee, Junhyun and Lee, Inyeop and Kang, Jaewoo},
  booktitle = 	 {Proceedings of the 36th International Conference on Machine Learning},
  year = 	 {2019},
  month = 	 {09--15 Jun}
}

About

Official PyTorch Implementation of SAGPool - ICML 2019


Languages

Language:Python 100.0%