gnn icon indicating copy to clipboard operation
gnn copied to clipboard

Dynamically complete the features for nodes in the graph during training

Open OysterQAQ opened this issue 1 year ago • 0 comments

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?

OysterQAQ avatar Dec 17 '23 02:12 OysterQAQ