PyTorch & PyTorch Geometric图神经网络(GNN)实战

mark一下,感谢作者分享!
http://www.360doc.com/content/19/0601/13/7673502_839610173.shtml
http://www.jintiankansha.me/t/OsNpfQP895

PyG:
https://github.com/rusty1s/pytorch_geometric

阿里开源图框架:
https://github.com/alibaba/euler

github:
https://pytorch-geometric.readthedocs.io/en/latest/modules/nn.html
https://github.com/khuangaf/Pytorch-Geometric-YooChoose

#         import pdb
#         pdb.set_trace()
#         版本原因,需修改:
#         x, edge_index, _, batch, _ = self.pool1(x, edge_index, None, batch)
          x, edge_index, _, batch, _, _ = self.pool1(x, edge_index, None, batch)

数据集:
https://2015.recsyschallenge.com/challenge.html

你可能感兴趣的:(深度学习,PyTorch,PyTorch,Geometric,图神经网络,GNN,实战)