acbull / HGT-DGL

Code for "Heterogeneous Graph Transformer" (WWW'20), which is based on Deep Graph Library (DGL)
70 stars 13 forks source link

sample_subgraph #1

Open SongFGH opened 4 years ago

SongFGH commented 4 years ago

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?

acbull commented 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

zhangtianle commented 3 years ago

Is there any progress? Without sampling, it is difficult to perform on large-scale networks.