GithubHelp home page GithubHelp logo

wenmm / ans-gt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zaixizhang/ans-gt

0.0 0.0 0.0 73 KB

NeurIPS'22 Spotlight paper "Hierarchical Graph Transformer with Adaptive Node Sampling"

Shell 0.76% Python 99.24%

ans-gt's Introduction

ANS-GT

Pytorch implementation of NeurIPS'22 paper "Hierarchical Graph Transformer with Adaptive Node Sampling"(https://arxiv.org/abs/2210.03930)

The preliminary version of our code: https://github.com/zaixizhang/Graph_Transformer

Python environment setup with Conda

conda create -n gt python=3.9
conda activate gt

conda install pytorch=1.10 torchvision torchaudio -c pytorch -c nvidia
conda install pyg=2.0.4 -c pyg -c conda-forge

pip install ogb
pip install pygsp
pip install scipy

conda clean --all

Running the Code

conda activate gt
python3 preprocess_data.py
sh start.sh

As for larger dataset preprocessing, consider using preprocess_data_large.py. The graph coarsening is not used in preprocess_data_large.py due to its instability.

Citation

If you find this work useful, please cite our paper:

@article{zhang2022hierarchical,
  title={Hierarchical Graph Transformer with Adaptive Node Sampling},
  author={Zhang, Zaixi and Liu, Qi and Hu, Qingyong and Lee, Chee-Kong},
  journal={arXiv preprint arXiv:2210.03930},
  year={2022}
}

ans-gt's People

Contributors

zaixizhang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.