acbull / pyHGT

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

OGBN-MAG problem #22

Closed xjtuwxliang closed 3 years ago

xjtuwxliang commented 3 years ago

Thanks for your open source code. I have a question to ask you.

When I use the pre training model you provided on the ogbn MAG dataset, the accuracy of eval is only 0.39. I want to know what the problem is and how to reproduce your accuracy of 0.50?

the command I run is python eval_ogbn_mag.py --prev_norm --last_norm --use_RTE,the ogb version is 1.2.1。

xjtuwxliang commented 3 years ago

It is solved. I ran the train code and the results can be reproduced. The pre-training model you provided may not be right, hhh. . .

acbull commented 3 years ago

Sorry about that. I'll check the pre-trained model asap.