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

Dynamically complete the features for nodes in the graph during training #776

Open
OysterQAQ opened this issue Dec 17, 2023 · 0 comments
Open

Comments

@OysterQAQ
Copy link

I plan to use graph convolution for constructing item embeddings in a recommendation system. When generating the dataset, I found that attaching all features of the items to the nodes would result in an excessively large dataset, causing IO bottlenecks and low GPU utilization. Is there a way to generate a dataset only containing node IDs and dynamically complete the features for nodes in the graph during training?

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