Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inyeoplee77/SAGPool

Official PyTorch Implementation of SAGPool - ICML 2019
https://github.com/inyeoplee77/SAGPool

Last synced: about 1 month ago
JSON representation

Official PyTorch Implementation of SAGPool - ICML 2019

Awesome Lists containing this project

README

        

Pytorch implementation of Self-Attention Graph Pooling
====

PyTorch implementation of [Self-Attention Graph Pooling](https://arxiv.org/abs/1904.08082)

![SAGPool](figure.png)

## 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}
}
```