Metadata-Version: 2.1
Name: graph-transformer
Version: 0.2.1
Summary: This is the implementation of Graph Transformer (https://www.ijcai.org/proceedings/2021/0214.pdf)
Home-page: https://github.com/willyfh/graph-transformer
Download-URL: https://github.com/willyfh/graph-transformer/archive/refs/tags/v0.1.tar.gz
Author: Willy Fitra Hendria
Author-email: willyfitrahendria@gmail.com
License: MIT
Keywords: deep learning,transformers,graph neural networks
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
License-File: LICENSE.txt
Requires-Dist: torch>=1.6
Requires-Dist: numpy>=1.8
