Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Usage Examples for Graph Convolutional Layers #395

Open
18 of 19 tasks
rbSparky opened this issue Mar 3, 2024 · 2 comments
Open
18 of 19 tasks

Adding Usage Examples for Graph Convolutional Layers #395

rbSparky opened this issue Mar 3, 2024 · 2 comments

Comments

@rbSparky
Copy link
Contributor

rbSparky commented Mar 3, 2024

Currently, only a few convolutional layers have examples demonstrating how to use them, such as GCNConv, CGConv, MEGNetConv, GNNGraph, SGConv, and EGNNConv (6 out of 18 layers).

We should aim to provide examples for all layers.

Checklist

  • GCNConv
  • CGConv
  • MEGNetConv
  • GNNGraph
  • SGConv
  • EGNNConv
  • ChebConv
  • GraphConv
  • GATConv
  • GATv2Conv
  • GatedGraphConv
  • EdgeConv
  • GINConv
  • NNConv
  • SAGEConv
  • ResGatedGraphConv
  • AGNNConv
  • GMMConv
  • TransformerConv PR Added TransformerConv usage example #422
@rbSparky
Copy link
Contributor Author

rbSparky commented Mar 3, 2024

will make a PR for this soon

@rbSparky
Copy link
Contributor Author

rbSparky commented Mar 4, 2024

Only TransformerConv remains

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant