pyg-team / pytorch_geometric

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

Examples of Generative Model #2612

Closed nashid closed 3 years ago

nashid commented 3 years ago

From now on, we recommend using our discussion forum (https://github.com/rusty1s/pytorch_geometric/discussions) for proposing new features.

🚀 Feature

Generative Model

Motivation

Pytorch Geometric is easy to use and there are some great examples. However, Pytorch Geometric lacks examples of generative models.

I am wondering whether there are any plans to include any of the following models:

Also, Pytorch Geometric lacks examples of Graph2Seq based models. It would be awesome to consider any of the following Graph2Seq based generative models.

Additional context

I'm happy to contribute as well.

rusty1s commented 3 years ago

See https://github.com/rusty1s/pytorch_geometric/discussions/2614