Skip to content
New issue

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

[BUG] #4350

Open
DanyueZhi opened this issue Dec 10, 2024 · 1 comment
Open

[BUG] #4350

DanyueZhi opened this issue Dec 10, 2024 · 1 comment

Comments

@DanyueZhi
Copy link

Describe the bug
Nodes are missing after sampling graph nodes without duplicates.

To Reproduce
Steps to reproduce the behavior:

  1. Loading data for heterogeneous graph.
  2. Neighborhood query for user nodes of heterogeneous graph using “Query” function, then feature stitching using function. And then we get “train_loader”.
  3. Load the weights of the trained embedding model and perform the embedding operation on the “train_loader” based on all user nodes.
  4. Outputs the “inputs”,“emb”, and “outputs” of the embedding model.

Expected behavior
The number of user nodes in the “inputs”, “emb”, and “outputs” of the embedding model should be the same as in the original graph.

Screenshots
1
2
3
3 5
4
5
6

Environment (please complete the following information):

  • GraphScope version: [e.g., v0.25]
  • OS: [e.g. Linux]
  • Version [Ubuntu 22.04(Jammy Jellyfish)]
  • Kubernetes Version [e.g., v3.3.0]

Additional context
The missing 5 user nodes have neighbors and are not duplicate nodes

Copy link

welcome bot commented Dec 10, 2024

Thanks for opening your first issue here! Be sure to follow the issue template! And a maintainer will get back to you shortly!
Please feel free to contact us on DingTalk, WeChat account(graphscope) or Slack. We are happy to answer your questions responsively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant