acbull / pyHGT

Code for "Heterogeneous Graph Transformer" (WWW'20), which is based on pytorch_geometric
MIT License
775 stars 162 forks source link

[BUG] in data.py there's self.node_bacward while in preprocess.py we have self.node_backward #51

Closed theartpiece closed 2 years ago

theartpiece commented 2 years ago

Notice there's a typo between node_bacward and node_backward.

Kind regards

theartpiece commented 2 years ago

The answer is-- There's another pyHGT directory/module inside OAG, which the is the correct one and also the one that's used.