pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.52k stars 3.57k forks source link

Improve the accuracy on ogbn-papers100M with GAT model, add undirected graph on ogbn-products #9467

Open guanxingithub opened 3 days ago

guanxingithub commented 3 days ago
  1. Improve the accuracy to 57% on ogbn-papers100M with GAT model
  2. Add undirected graph on ogbn-products with Sage model
  3. Add undirected graph on ogbn-products with GAT model