diff --git a/Readme.md b/Readme.md index 859fb0e..5a0aff8 100644 --- a/Readme.md +++ b/Readme.md @@ -11,9 +11,9 @@ Source code for [AAAI 2020](https://aaai.org/Conferences/AAAI-20/) paper: [**ASA ### File Descriptions * `main.py` - contains the driver code for the whole project * `asap_pool.py` - source code for ASAP pooling operator proposed in the paper -* `asap_pool_model.py` - a network which uses ASAP pooling as pooling operator * `le_conv.py` - source code for LEConv GNN used in the paper -* `requirements.txt` - contains the required libraries used in this project +* `asap_pool_model.py` - a network which uses ASAP pooling as pooling operator + ### Dependencies