deusebio / Graph-Machine-Learning

Graph Machine Learning, published by Packt
MIT License
0 stars 1 forks source link

social network analysis with pyg and dgl #4

Closed amarzullo24 closed 1 month ago

amarzullo24 commented 4 months ago

Added some examples on how to perform the tasks described in Chapter 6 with both DGL and PyG using whole graph loader and batch dataloader.

deusebio commented 1 month ago

@amarzullo24 can you just rebase the branch on top of chap6? In chap6 we should already have the split of the images, by just rebasing we should be able to verify if the notebooks work

deusebio commented 1 month ago

Superseded by #9