We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Is there any progress? Without sampling, it is difficult to perform on large-scale networks.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: