qitianwu / NodeFormer

The official implementation of NeurIPS22 spotlight paper "NodeFormer: A Scalable Graph Structure Learning Transformer for Node Classification"
291 stars 28 forks source link

Regarding DGL Implementation #15

Closed jweihe closed 10 months ago

jweihe commented 10 months ago

Has the author implemented this in the DGL framework, or are there any examples of implementing a graph transformer using DGL?

qitianwu commented 10 months ago

We have not yet implemented our model using the DGL. Welcome for pulling request!