pyg-team / pytorch_geometric

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

Heterogeneous Unsupervised Graph Representation Learning #3163

Closed rusty1s closed 2 years ago

rusty1s commented 3 years ago

An example of applying Deep Graph Infomax on heterogeneous graphs.

Yonggie commented 3 years ago

I'm doing a paper that is exactly Heterogeneous Unsupervised Graph Representation Learning method. Hope it to be accepted as one example method in the project. But it's not finished yet, still working in progress.

rusty1s commented 3 years ago

Of course! Let me know once it is finished. We are very interested in adding such an example to the repository.

Yonggie commented 3 years ago

@rusty1s I just created a PR to add hetero unsupervised method simple example with DGI method applied. You may check it out.

Yonggie commented 3 years ago

@rusty1s yeah, I just forked the lasted version and submitted a new PR. How about this time? All checked.

https://github.com/pyg-team/pytorch_geometric/pull/3189

rusty1s commented 3 years ago

Looks good. Thank you!

Yonggie commented 3 years ago

Sure, with pleasure.

Yonggie commented 3 years ago

Hi, new PR's ready for review.