Gaoyuan Zhang
Results
2
comments of
Gaoyuan Zhang
A littele update from my side. I modified the following part of the code to load my own dataset directly. https://github.com/microsoft/Graphormer/blob/77f436db46fb9013121289db670d1a763f264153/graphormer/tasks/graph_prediction.py#L161-L165 My dataset can be successfully loaded and trained. But...
> Hey there! I've implemented my own one. https://github.com/leffff/graphormer-pyg Except for several differences mentioned in the repository, and that my Floyd-Warshall algorithm is rather slow. If you are still interested...