DGI icon indicating copy to clipboard operation
DGI copied to clipboard

Script for inductive training

Open kavehhassani opened this issue 4 years ago • 2 comments

Hi,

Can you please share your code for training and evaluating PPI dataset as well?

Thanks

kavehhassani avatar Jan 24 '20 01:01 kavehhassani

Also, could you please share your code for large dataset like reddit? As in the paper, sampling is essential to avoid huge GPU memory usage, but it is not in this repo.

Haicang avatar Jan 29 '20 12:01 Haicang

Also, could you please share your code for large dataset like reddit? As in the paper, sampling is essential to avoid huge GPU memory usage, but it is not in this repo.

You can use GraphSAGE in DGL for mini-batch training.

mgparkdrama avatar Aug 19 '21 09:08 mgparkdrama