项目作者: acbull

项目描述 :
Code for "Heterogeneous Graph Transformer" (WWW'20), which is based on Deep Graph Library (DGL)
高级语言: Python
项目地址: git://github.com/acbull/HGT-DGL.git
创建时间: 2020-06-28T05:00:58Z
项目社区:https://github.com/acbull/HGT-DGL

开源协议:

下载


Heterogeneous Graph Transformer (HGT)

Alternative PyTorch-Geometric implementation

Heterogeneous Graph Transformer is a graph neural network architecture that can deal with large-scale heterogeneous and dynamic graphs.

You can see our WWW 2020 paper Heterogeneous Graph Transformer for more details.

This implementation of HGT is based on Deep Graph Library (DGL) API, following their tutorial

TODO: Current DGL example use random input node feature. We’ll later add other benchmark using meaningful input node features.