Create a specific mask (no train nor test) #5081
-
Hello! First of all: this package is simply amazing, thanks. My doubt is how can I create a specific mask for the huge graph that I have. In the pipeline I'm currently using I have a huge graph but I want to input, at different parts of the model, two subgraphs of the graph. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
subgraph can you call this twice, with different masks. It creates a new |
Beta Was this translation helpful? Give feedback.
subgraph can you call this twice, with different masks. It creates a new
edge_index
so you don't have to create features from scratch.