pyg-team/pytorch_geometric

Add `KerGNN` to `conv.nn` as layer type

Open

#4,937 opened on Jul 7, 2022

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (3,514 forks)batch import
0 - Priority P0featurehelp wantednn

Repository metrics

Stars
 (19,985 stars)
PR merge metrics
 (Avg merge 35d 1h) (14 merged PRs in 30d)

Description

🚀 The feature, motivation and pitch

Dear PyTorch-Geometric team, dear Matthias,

stumbled upon this novel GNN layer type idea named KerGNN, and it worked out quite well in their and my own experiments for different occasions. Their code is available at https://github.com/asFeng/kergnns, while being directly compatible to your library, i.e. using PyTorch and immanently compatible to your dataset formulations.

Best wishes, Tilman

Alternatives

No response

Additional context

No response

Contributor guide