Open SongFGH opened 4 years ago
Yes, I'd lide to implement sampling in DGL API.
In the meantime, you can also try DGL's sampling methods: https://docs.dgl.ai/en/0.4.x/api/python/sampler.html
Is there any progress? Without sampling, it is difficult to perform on large-scale networks.
Hi, bro, this implementation of HGT is based on DGL.
But, I can not find the function sample_subgraph, which exit in HGT based on Pytorch Geometric.
So, you will inplement sample_subgrapg in this version in the future?